Skip to content

Commit

Permalink
error fix i hope
Browse files Browse the repository at this point in the history
  • Loading branch information
AndraTodor committed Nov 1, 2024
1 parent 4f63530 commit ef72d12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/components/DashboardComponent/DashboadComponent.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@ const StatisticsDashboard = () => {
onChange={onMonthChange}
options={optionsMonth}
placeholder={selectedMonth.label}
styles={customStyles}
// styles={customStyles}
/>
<Select
value={selectedYear}
onChange={onYearClick}
options={optionsYears}
placeholder={selectedYear.label}
styles={customStyles}
// styles={customStyles}
/>
</div>
);
Expand Down
4 changes: 2 additions & 2 deletions src/components/StatisticsTable/StatisticsTable.jsx
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
const StatisticsTable = () => { };
export defaul StatisticsTable;
const StatisticsTable = () => {};
export default StatisticsTable;

0 comments on commit ef72d12

Please sign in to comment.