Skip to content

Commit

Permalink
ux/client: cleanup in the {body} of the sync control table
Browse files Browse the repository at this point in the history
  • Loading branch information
aivazis committed Feb 4, 2024
1 parent a3bcd45 commit e481be5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ux/client/views/viz/controls/sync/body.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const Body = () => {
// render
return (
<Container>
{views.map(({ dataset, channel }, viewport) => {
{views.map(({ dataset }, viewport) => {
// render
return (
<Viewport key={`${dataset.name}:${viewport}`}>
Expand Down

0 comments on commit e481be5

Please sign in to comment.