Skip to content

Commit

Permalink
new commit
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaRaimec22 committed May 12, 2024
1 parent cc1c4ed commit 0a00bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/LeftDrawerEvent/LeftDrawerEvent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export interface InterfaceLeftDrawerProps {
}

const leftDrawerEvent = ({
event,
event,
hideDrawer,
}: InterfaceLeftDrawerProps): JSX.Element => {
const [revokeRefreshToken] = useMutation(REVOKE_REFRESH_TOKEN);
Expand Down

0 comments on commit 0a00bd1

Please sign in to comment.