Skip to content

Commit

Permalink
UI: Faction augmentation page rerenders automatically (bitburner-offi…
Browse files Browse the repository at this point in the history
  • Loading branch information
Caldwell-74 authored Aug 28, 2023
1 parent 79b6779 commit 101fb21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Faction/ui/AugmentationsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { useRerender } from "../../ui/React/hooks";

/** Root React Component for displaying a faction's "Purchase Augmentations" page */
export function AugmentationsPage({ faction }: { faction: Faction }): React.ReactElement {
const rerender = useRerender();
const rerender = useRerender(400);

function getAugs(): AugmentationName[] {
return getFactionAugmentationsFiltered(faction);
Expand Down

0 comments on commit 101fb21

Please sign in to comment.