Adding Code snippet.

This commit is contained in:
charles-gauthereau
2024-11-11 20:19:42 +01:00
parent d24433b3c2
commit 95f6af33ae
4 changed files with 17 additions and 15 deletions
@@ -23,9 +23,6 @@ export const LoggedInDropdown = (props: LoggedInDropdownProps) => {
}}>
<span>Account</span>
</DropdownMenuItem>
<DropdownMenuItem>
<span>Billing</span>
</DropdownMenuItem>
<DropdownMenuItem onClick={() => {
signOutAction()
}}>