Skip to content

Commit

Permalink
fix: remove errant hash mark
Browse files Browse the repository at this point in the history
I noticed an errant hash appearing on a nav page to the right of the filter bar,
tracked it back to podman-desktop#4953. Will appear on any nav page that doesn't have actions
on selected objects.

Forgive me for not opening a bug first, but it's just one character...

Signed-off-by: Tim deBoer <[email protected]>
  • Loading branch information
deboer-tim authored and benoitf committed Nov 23, 2023
1 parent 81d6370 commit decfc94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/renderer/src/lib/ui/NavPage.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export let searchEnabled = true;
<div class="space-x-2 flex flex-row justify-start items-center w-full">
<slot name="bottom-additional-actions" />
</div>
{:else}&nbsp;#{/if}
{:else}&nbsp;{/if}
</div>
</div>
{/if}
Expand Down

0 comments on commit decfc94

Please sign in to comment.