Skip to content

Commit

Permalink
fix: 🚨 Remove wrong import
Browse files Browse the repository at this point in the history
Remove wrong import that is not being used
  • Loading branch information
aneuwald-ctw committed Apr 12, 2024
1 parent 91393f4 commit b2be787
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ function SidebarItems(props: {
onSelectView: (newValue: DataSourceDialogItem) => void;
}): JSX.Element {
const { onSelectView } = props;
const { currentUserType, signIn } = useCurrentUser();
const { currentUserType } = useCurrentUser();
const analytics = useAnalytics();
const { classes } = useStyles();
const { t } = useTranslation("openDialog");
Expand Down

0 comments on commit b2be787

Please sign in to comment.