fix: add test coverage for crafting-utils, pact-utils, and activity-log
This commit is contained in:
+5
-1
@@ -186,7 +186,11 @@ export default function ManaLoopGame() {
|
||||
|
||||
if (spireMode) {
|
||||
return (
|
||||
<ErrorBoundary>
|
||||
<ErrorBoundary
|
||||
onReset={() => {
|
||||
useCombatStore.getState().exitSpireMode();
|
||||
}}
|
||||
>
|
||||
<Suspense fallback={<div className="p-4 text-center text-gray-400">Loading spire...</div>}>
|
||||
<SpireCombatPage />
|
||||
</Suspense>
|
||||
|
||||
Reference in New Issue
Block a user