Skip to content

Commit

Permalink
Merge fix
Browse files Browse the repository at this point in the history
  • Loading branch information
WardBrian committed Aug 6, 2024
1 parent ba3756f commit 77d1665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/src/app/SamplerOutputView/SamplerOutputView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ const DrawsView: FunctionComponent<DrawsViewProps> = ({
<tr key={i}>
<td>{drawChainIds[i]}</td>
<td>{drawNumbers[i]}</td>
{draws2.map((draw, j) => (
{formattedDraws.map((draw, j) => (
<td key={j}>{draw[i]}</td>
))}
</tr>
Expand Down

0 comments on commit 77d1665

Please sign in to comment.