Skip to content

Commit

Permalink
fix(client-electron): show correct fragment while calibrating
Browse files Browse the repository at this point in the history
  • Loading branch information
marcincichocki committed Oct 15, 2022
1 parent 6389a98 commit 4e4c9ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/electron/renderer/pages/CalibrateFragment.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ export const CalibrateFragment = () => {
}

return (
<Row gap grow scroll>
<Row gap grow scroll key={fragmentId}>
<Col gap grow>
<Col grow scroll>
<Title>Raw data</Title>
Expand Down

0 comments on commit 4e4c9ea

Please sign in to comment.