Skip to content

Commit

Permalink
Removed debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
stylesuxx committed Feb 6, 2022
1 parent 07f7042 commit aa13ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Flash/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ function Flash({
onSettingsUpdate={onIndividualSettingsUpdate}
/>

{escCount + 1 !== escs.length &&
{escCount !== escs.length &&
<CountWarning />}
</Stack>
</Grid>
Expand Down

0 comments on commit aa13ec4

Please sign in to comment.