Skip to content

Commit

Permalink
format:apply
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcao13 committed Oct 27, 2022
1 parent a5ad848 commit 1521802
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/Shared/MatchExpressionEvaluator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,15 +127,15 @@ export const MatchExpressionEvaluator: React.FunctionComponent<MatchExpressionEv
if (!target?.connectUrl) {
return (
<Label color="grey" icon={<InfoCircleIcon />}>
No Target Selected for Match Expression
No Target Selected for Match Expression
</Label>
);
}
return (
<Label color="grey" icon={<InfoCircleIcon />}>
No Match Expression
</Label>
)
);
}
}, [valid, target?.connectUrl]);

Expand Down

0 comments on commit 1521802

Please sign in to comment.