Skip to content

Commit

Permalink
Merge pull request #1333 from gagansuie/dev
Browse files Browse the repository at this point in the history
Fix: temp enabled sponsor button
  • Loading branch information
gagansuie authored Jul 24, 2024
2 parents f4e79a7 + 21abe1a commit 55199b5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/lib/components/Channel/Chat/ChatInput.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -218,10 +218,6 @@

<form class="rounded-lg bg-base-200 p-2 w-full relative">
<button
disabled={!$page.data.user?.userId ||
isHost ||
!$is_feature_premium_enabled ||
!channel.isOnboarded}
class="btn tooltip font-normal normal-case mr-1 btn-accent"
data-tip="Sponsor"
on:click={() => ($is_sponsor_dialog_open = true)}>
Expand Down

0 comments on commit 55199b5

Please sign in to comment.