Skip to content

Commit

Permalink
[frontend] PR feedbacks
Browse files Browse the repository at this point in the history
  • Loading branch information
RomuDeuxfois committed Sep 10, 2024
1 parent 8423227 commit 7726d53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const InjectsListButtons: FunctionComponent<Props> = ({
tagsMap: helper.getTagsMap(),
}));

const isAtLeastOneValidInject = injects.some((inject) => inject.inject_injector_contract?.injector_contract_content_parsed !== null);
const isAtLeastOneValidInject = injects.some((inject) => !inject.inject_injector_contract?.injector_contract_content_parsed);

const exportInjects = exportData(
'inject',
Expand Down

0 comments on commit 7726d53

Please sign in to comment.