mirror of
https://github.com/anultravioletaurora/Jellify.git
synced 2026-02-13 17:49:00 -06:00
login fixes
This commit is contained in:
@@ -52,12 +52,7 @@ export default function ServerLibrary(): React.JSX.Element {
|
||||
value={library.Id!}
|
||||
aria-label={library.Name!}
|
||||
>
|
||||
<Label
|
||||
htmlFor={library.Id!}
|
||||
size="$2"
|
||||
>
|
||||
{library.Name ?? "Unnamed Library"}
|
||||
</Label>
|
||||
<Text>{library.Name ?? "Unnamed Library"}</Text>
|
||||
</ToggleGroup.Item>
|
||||
)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user