Skip to content

Commit

Permalink
Always show pin chart checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
PurelyAnecdotal committed Jan 5, 2025
1 parent cc9081a commit e23748e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/(authed)/grades/[index]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@
assignment.
</Popover>

{#if hypotheticalMode && rawGradeCalcMatches}
{#if rawGradeCalcMatches}
<Checkbox bind:checked={pinChart}>Pin chart when scrolling</Checkbox>
{/if}

Expand Down

0 comments on commit e23748e

Please sign in to comment.