Skip to content

Commit

Permalink
Apply suggestions from code review from @pirupius
Browse files Browse the repository at this point in the history
Co-authored-by: Pius Rubangakene <[email protected]>
  • Loading branch information
amosmachora and pirupius authored Oct 1, 2024
1 parent 859c602 commit 6a4199c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/orders-table/orders-date-range-picker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const OrdersDateRangePicker = ({

return (
<div className={styles.datePickerWrapper}>
<p>{t('dateRange', 'date range')}:</p>
<p>{t('dateRange', 'Date range')}:</p>
<DatePicker
datePickerType="range"
className={styles.dateRangePicker}
Expand Down

0 comments on commit 6a4199c

Please sign in to comment.