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