Fix compilation errors and resolve ESLint warnings across multiple components

This commit is contained in:
ajaysi
2026-03-03 08:57:36 +05:30
parent cb6a3a8042
commit 2e04b8e27b
54 changed files with 1170 additions and 930 deletions

View File

@@ -200,7 +200,7 @@ export const SceneActionButtons: React.FC<SceneActionButtonsProps> = ({
},
}}
>
{/* Icon only */}
{null}
</PrimaryButton>
)}
@@ -222,7 +222,7 @@ export const SceneActionButtons: React.FC<SceneActionButtonsProps> = ({
},
}}
>
{/* Icon only */}
{null}
</PrimaryButton>
)}
</Stack>