Skip to content

Commit

Permalink
Fixing ' display
Browse files Browse the repository at this point in the history
  • Loading branch information
fsioni committed Apr 22, 2023
1 parent fb40b33 commit c18abaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/src/components/Menu/Stats/MonthStats.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function MonthStats({ setIsLoading }: Props) {

return (
<div id="statsContainer">
<h3>This month`&#39;`s Stats :</h3>
<h3>This month&#39;s Stats :</h3>
</div>
);
}
Expand Down
2 changes: 1 addition & 1 deletion client/src/components/Menu/Stats/TodayStats.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function TodayStats({ setIsLoading }: Props) {

return (
<div id="statsContainer">
<h3>Today`&#39;`s Stats :</h3>
<h3>Today&#39;s Stats :</h3>
</div>
);
}
Expand Down

0 comments on commit c18abaa

Please sign in to comment.