Skip to content

Commit

Permalink
Add removed reforge else
Browse files Browse the repository at this point in the history
  • Loading branch information
1337LutZ committed Sep 27, 2024
1 parent b68caea commit 0ef7109
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui/core/components/suggest_reforges_action.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1029,6 +1029,8 @@ export class ReforgeOptimizer {
{slotName}: {fromText}{toText}
</li>
);
} else {
return <li>{slotNames.get(slot)}: Removed reforge</li>;
}
})}
</ul>
Expand Down

0 comments on commit 0ef7109

Please sign in to comment.