[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2026-07-06 09:33:30 +00:00
committed by GitHub
parent 8c900408bd
commit 59b0e51ef7

View File

@@ -509,7 +509,10 @@ export const HandleVolumeBackups = ({
<SelectContent>
{mounts && mounts.length > 0 ? (
mounts.map((mount) => (
<SelectItem key={mount.Name} value={mount.Name || ""}>
<SelectItem
key={mount.Name}
value={mount.Name || ""}
>
{mount.Name}
</SelectItem>
))