We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6859735 commit 57d539eCopy full SHA for 57d539e
components/ApparelSizeManager.tsx
@@ -440,7 +440,7 @@ export function ApparelSizeManager() {
440
</button>
441
)}
442
443
- {currentView === 'connected-user' && (
+ {currentView === 'connected-user' && hasApparelSizes && (
444
<button
445
onClick={() => handleViewChange('marketplace')}
446
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
0 commit comments