Skip to content

Commit

Permalink
fix: eslint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
GODrums committed Nov 9, 2024
1 parent 21f86d4 commit f1fce5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<label hlmLabel class="">Select week</label>
<hlm-tooltip>
<button hlmTooltipTrigger size="icon" variant="outline" aria-describedby="Timeframe Info" class="leading-4">
<hlm-icon size='sm' name="lucideHelpCircle" />
<hlm-icon size="sm" name="lucideHelpCircle" />
</button>
<span *brnTooltipContent>Weeks starting Tuesday, 9:00 AM</span>
</hlm-tooltip>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export class LeaderboardFilterTimeframeComponent {
options.push({
id: startDate.unix(),
value: `${startDate.format()}.${currentDate.format()}`,
label: formatLabel(i+1)
label: formatLabel(i + 1)
});
currentDate = startDate;
}
Expand Down

0 comments on commit f1fce5f

Please sign in to comment.