Fix Task6: Add missing calcDamage import to SpireTab.tsx
- Added missing calcDamage import from @/lib/game/store - Fixed TypeScript error in SpireTab.tsx related to calcDamage
This commit is contained in:
+1
-1
@@ -272,7 +272,7 @@ export default function ManaLoopGame() {
|
||||
disabled={store.isDescending}
|
||||
>
|
||||
<ChevronDown className="w-4 h-4 mr-2" />
|
||||
{store.isDescending ? 'Descending' :
|
||||
{store.isDescending ? 'Descending…' :
|
||||
store.climbDirection === 'up' ? 'Climbing' :
|
||||
'Begin Descent'}
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user