Skip to content

Commit c6a0726

Browse files
Apply suggestions from code review
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
1 parent 7f4bd41 commit c6a0726

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/routes/(console)/+layout.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@
342342

343343
<Create bind:show={$newOrgModal} />
344344

345-
{#if $feedback.show}
345+
{#if $feedback.show && $isSmallViewport}
346346
<MobileFeedbackModal />
347347
{/if}
348348

0 commit comments

Comments
 (0)