Skip to content

Commit 86a9fff

Browse files
committed
fix: Address Signing Keys compiler warnings from TiCS dashboard
1 parent 9818dc5 commit 86a9fff

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

static/js/publisher/pages/SigningKeys/SigningKeys.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,11 @@ function SigningKeys(): React.JSX.Element {
8787
signal,
8888
setEnableTableActions,
8989
});
90-
91-
return () => {
92-
controller.abort();
93-
};
9490
}
91+
92+
return () => {
93+
controller.abort();
94+
};
9595
}, [models]);
9696

9797
return (

0 commit comments

Comments
 (0)