Skip to content

Commit

Permalink
just turn off eval compact mode althogher
Browse files Browse the repository at this point in the history
  • Loading branch information
mcnuttandrew committed Sep 27, 2024
1 parent 52bc680 commit f6e2572
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/color-buddy/src/linting/Eval.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<LintCustomizationModal onClose={() => refreshLints()} />
{/if}
<div class="bg-stone-200 w-full flex py-1 px-2">
<div>
<!-- <div>
<div class="text-sm">Check Display</div>
<Nav
Expand All @@ -96,8 +96,8 @@
configStore.setEvalDisplayMode(x);
}}
/>
</div>
<div class="flex flex-col ml-4">
</div> -->
<div class="flex flex-col">
<div class="text-sm">Check Config</div>
<div class="flex">
<div class="">
Expand Down

0 comments on commit f6e2572

Please sign in to comment.