fix: remove stray </div> in Email/Calendar/Files pages that broke vite build
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:
2026-05-29 05:10:52 -04:00
parent c20906d6cc
commit 5e438aa991
3 changed files with 0 additions and 6 deletions
@@ -308,8 +308,6 @@ export default function CalendarPage() {
</div> </div>
)} )}
</div> </div>
</div>
)} )}
{isAdmin && activeTab !== 'accounts' && ( {isAdmin && activeTab !== 'accounts' && (
-2
View File
@@ -312,8 +312,6 @@ export default function EmailPage() {
</div> </div>
)} )}
</div> </div>
</div>
)} )}
{isAdmin && activeTab !== 'accounts' && ( {isAdmin && activeTab !== 'accounts' && (
-2
View File
@@ -312,8 +312,6 @@ export default function FilesPage() {
</div> </div>
)} )}
</div> </div>
</div>
)} )}
{isAdmin && activeTab !== 'accounts' && ( {isAdmin && activeTab !== 'accounts' && (