Skip to content

Commit

Permalink
chore(edit): relocate ToggleColumn (#1136)
Browse files Browse the repository at this point in the history
  • Loading branch information
asemwilhelmsen authored Jul 18, 2023
1 parent afc5a3f commit a61100d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ function QuaySettings({ tile }: { tile: TQuayTile }) {

return (
<TileSettingsWrapper name={name}>
<SelectLines tile={tile} lines={lines} />
<ToggleColumns tile={tile} />
<SelectLines tile={tile} lines={lines} />
</TileSettingsWrapper>
)
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ function StopPlaceSettings({ tile }: { tile: TStopPlaceTile }) {

return (
<TileSettingsWrapper name={name}>
<SelectLines tile={tile} lines={lines} />
<ToggleColumns tile={tile} />
<SelectLines tile={tile} lines={lines} />
</TileSettingsWrapper>
)
}
Expand Down

0 comments on commit a61100d

Please sign in to comment.