Skip to content

Commit

Permalink
Added strict ignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
zachwhelchel committed Jan 18, 2024
1 parent 058d57b commit 3631e36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @ts-strict-ignore
import React, { useState } from 'react';

import { send } from 'loot-core/src/platform/client/fetch';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @ts-strict-ignore
import React, { useState } from 'react';

import { send } from 'loot-core/src/platform/client/fetch';
Expand Down Expand Up @@ -41,9 +42,7 @@ export const SimpleFinInitialise = ({
]);

onSuccess();
if (modalProps !== undefined) {
modalProps.onClose();
}
modalProps.onClose();
setIsLoading(false);
};

Expand Down

0 comments on commit 3631e36

Please sign in to comment.