This commit is contained in:
Nicolas Mowen 2024-03-09 06:05:19 -07:00
parent c075479d68
commit 5c4bdba661

View File

@ -222,7 +222,7 @@ function NewGroupDialog({ open, setOpen, currentGroups }: NewGroupDialogProps) {
<DialogContent className="min-w-0 w-96">
<DialogTitle>Camera Groups</DialogTitle>
{currentGroups.map((group) => (
<div className="flex justify-between items-center">
<div key={group[0]} className="flex justify-between items-center">
{group[0]}
<div className="flex justify-center gap-1">
<Button