Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

Commit

Permalink
Silent flow error
Browse files Browse the repository at this point in the history
  • Loading branch information
hakim-adamik committed Apr 8, 2022
1 parent 5c14f5e commit e5e9172
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ type Props = {
const MaybeValidatorField = ({ status }: Props) => {
if (!status) return null;

// $FlowFixMe FIXME Not sure what's wrong here
return ValidatorField;
};

Expand Down

1 comment on commit e5e9172

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lint outputs ✅

Tests outputs ✅

Browserslist: caniuse-lite is outdated. Please run:
npx browserslist@latest --update-db
Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
PASS src/generate-cryptoassets-md.test.js

Test Suites: 1 skipped, 1 passed, 1 of 2 total
Tests: 5 skipped, 1 passed, 6 total
Snapshots: 0 total
Time: 2.285 s
Test results written to: report.json

Diff output ✅

Please sign in to comment.