mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-07-26 13:47:03 +02:00
Cleanup
This commit is contained in:
parent
4d6761eb36
commit
7bd7cdb22e
@ -355,7 +355,7 @@ function LibrarySelector({
|
||||
<DropdownMenuContent>
|
||||
{trainImages.length > 0 && (
|
||||
<DropdownMenuItem
|
||||
className={`flex scroll-mx-10 items-center justify-between gap-2 ${pageToggle == "train" ? "" : "*:text-muted-foreground"}`}
|
||||
className="capitalize"
|
||||
aria-label={t("train.aria")}
|
||||
onClick={() => setPageToggle("train")}
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user