Skip to content

Commit

Permalink
fix(typedef): resolve tsc issue after returntype update
Browse files Browse the repository at this point in the history
  • Loading branch information
uladkasach committed Sep 23, 2023
1 parent cb6fe37 commit fd0df51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/logic/AppUsageEventProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const AppUsageEventProvider = ({
apiKey: string;
apiHost: string;
application: AppUsageApplication;
}): ReactElement => {
}): ReactElement | null => {
// set the api credentials
useEffect(() => {
if (isCurrentlyServerSide()) return; // do nothing if on serverside
Expand Down

0 comments on commit fd0df51

Please sign in to comment.