Skip to content

Commit

Permalink
Update Popup.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
kamieniarz authored Mar 29, 2024
1 parent ba9d47f commit ec8a237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/scanner/Popup.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export function ScanOnDemandPopup({ children, mode }) {
<List>
<StyledListItemText
className="no-leaflet-margin"
secondary={t(mode === 'scanZone' ? 'scan_zone_choose' : 'scan_next_choose')}
mode === 'scanZone' ? 'scan_zone_choose' : 'scan_next_choose',
/>
<DividerWithMargin />
{context.scannerType !== 'mad' && children}
Expand Down

0 comments on commit ec8a237

Please sign in to comment.