Skip to content

Commit

Permalink
chore(ui): lint
Browse files Browse the repository at this point in the history
  • Loading branch information
psychedelicious committed Jul 23, 2024
1 parent 2d31b82 commit 154e8f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const ToastDescription = () => {

const onClick = useCallback(() => {
dispatch(setActiveTab('models'));
$installModelsTab.set(3)
$installModelsTab.set(3);
toast.close(TOAST_ID);
}, [dispatch, toast]);

Expand Down

0 comments on commit 154e8f6

Please sign in to comment.