Skip to content

Commit

Permalink
Remove the "cart:" label from the carts view
Browse files Browse the repository at this point in the history
  • Loading branch information
gadgetmies committed Jul 8, 2024
1 parent 45fbb1c commit f6465ec
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/front/src/Tracks.js
Original file line number Diff line number Diff line change
Expand Up @@ -254,9 +254,6 @@ class Tracks extends Component {
<div className="tracks-top_bar_group" style={{ width: '100%', display: 'flex', padding: 4 }}>
{this.props.mode === 'app' ? (
<div style={{ display: 'flex', alignItems: 'center', gap: 4 }}>
<label className="select_button-button select_button-button" htmlFor="cart-select">
Cart:
</label>
<div className={'select'} style={{ position: 'relative', display: 'flex', alignItems: 'center' }}>
<select
style={{ textAlign: 'left' }}
Expand Down

0 comments on commit f6465ec

Please sign in to comment.