Skip to content

Commit 57d539e

Browse files
fix: build errors
1 parent 6859735 commit 57d539e

File tree

2 files changed

+1
-139
lines changed

2 files changed

+1
-139
lines changed

components/ApparelSizeManager.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ export function ApparelSizeManager() {
440440
</button>
441441
)}
442442

443-
{currentView === 'connected-user' && (
443+
{currentView === 'connected-user' && hasApparelSizes && (
444444
<button
445445
onClick={() => handleViewChange('marketplace')}
446446
className="flex items-center gap-1 px-2 py-1 text-xs font-medium text-gray-600 hover:text-gray-900 hover:bg-gray-100 rounded-md transition-colors"

components/Donate.tsx

Lines changed: 0 additions & 138 deletions
This file was deleted.

0 commit comments

Comments
 (0)