Skip to content

Commit

Permalink
todo uncomment
Browse files Browse the repository at this point in the history
  • Loading branch information
YourUsername committed Jun 30, 2024
1 parent 2e50ff7 commit cb16820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Results/ResultsScreen.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const ResultsScreen = ({ selected, setSelected, generations, onDelete, on
{generations.length > 0 && (
<Screen className={`pt-16 ${className}`}>
<>
<GenerationGrid generation={generations[selected]} /> todo uncomment
<GenerationGrid generation={generations[selected]} />
<GenerationInfo onCopy={onCopy} onDelete={onDelete} generation={generations[selected]} />

<GenerationList generations={generations} selected={selected} setSelected={setSelected} />
Expand Down

0 comments on commit cb16820

Please sign in to comment.