diff --git a/app/components/TopBarPicker.tsx b/app/components/TopBarPicker.tsx index 747786dfe..48ecfa407 100644 --- a/app/components/TopBarPicker.tsx +++ b/app/components/TopBarPicker.tsx @@ -21,7 +21,6 @@ import { PAGE_SIZE } from '~/table/QueryTable' import { Button } from '~/ui/lib/Button' import { DropdownMenu } from '~/ui/lib/DropdownMenu' import { Identicon } from '~/ui/lib/Identicon' -import { Truncate } from '~/ui/lib/Truncate' import { Wrap } from '~/ui/util/wrap' import { pb } from '~/util/path-builder' @@ -118,8 +117,8 @@ const TopBarPicker = (props: TopBarPickerProps) => { return ( - - + + {label} {isSelected && }