We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be3ec6f commit cf4617dCopy full SHA for cf4617d
platforms/pictique/src/routes/(protected)/group/[id]/+page.svelte
@@ -116,14 +116,12 @@
116
>
117
View Members
118
</Button>
119
- {#if canEdit}
120
- <button
121
- onclick={() => (openEditDialog = true)}
122
- class="border border-brand-burnt-orange-900 rounded-full p-2"
123
- >
124
- <Settings size="24px" color="var(--color-brand-burnt-orange)" />
125
- </button>
126
- {/if}
+ <button
+ onclick={() => (openEditDialog = true)}
+ class="border border-brand-burnt-orange-900 rounded-full p-2"
+ >
+ <Settings size="24px" color="var(--color-brand-burnt-orange)" />
+ </button>
127
</div>
128
</section>
129
0 commit comments