Commit de6dff8
Fix: Remove duplicate 'display' key in loadingStyle object
The loadingStyle object in ManageProjects.jsx had duplicate 'display' keys (line 20: "none" and line 22: "flex"), which caused a build error during Docker image creation.
Removed the first "display": "none" declaration, keeping "display": "flex" which is the correct value for a loading overlay that uses flexbox for centering.
This fixes the build error:
[plugin vite:esbuild] src/pages/ManageProjects.jsx: Duplicate key "display" in object literal
Generated with [Claude Code](https://claude.ai/code)
via [Happy](https://happy.engineering)
Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Happy <yesreply@happy.engineering>1 parent befdd95 commit de6dff8
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
| |||
0 commit comments