fix: remove stray </div> in Email/Calendar/Files pages that broke vite build
Unit Tests / test (push) Successful in 11m27s
Unit Tests / test (push) Successful in 11m27s
Stray closing div was left in the ternary falsy branch after AdminConfigSection was moved outside the ternary. esbuild interpreted it as an unterminated regex. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -308,8 +308,6 @@ export default function CalendarPage() {
|
|||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
|
||||||
)}
|
)}
|
||||||
|
|
||||||
{isAdmin && activeTab !== 'accounts' && (
|
{isAdmin && activeTab !== 'accounts' && (
|
||||||
|
|||||||
@@ -312,8 +312,6 @@ export default function EmailPage() {
|
|||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
|
||||||
)}
|
)}
|
||||||
|
|
||||||
{isAdmin && activeTab !== 'accounts' && (
|
{isAdmin && activeTab !== 'accounts' && (
|
||||||
|
|||||||
@@ -312,8 +312,6 @@ export default function FilesPage() {
|
|||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
|
||||||
)}
|
)}
|
||||||
|
|
||||||
{isAdmin && activeTab !== 'accounts' && (
|
{isAdmin && activeTab !== 'accounts' && (
|
||||||
|
|||||||
Reference in New Issue
Block a user