mirror of
https://github.com/fosrl/pangolin.git
synced 2026-08-14 00:09:55 +02:00
♻️ refactor
This commit is contained in:
@@ -160,8 +160,9 @@ export function AddActionPanel({
|
||||
onChange={(v) => setSelected(v)}
|
||||
/>
|
||||
|
||||
{isPremiumSelected && <ContactSalesBanner />}
|
||||
{!isPremiumSelected && (
|
||||
{isPremiumSelected ? (
|
||||
<ContactSalesBanner />
|
||||
) : (
|
||||
<Button
|
||||
type="button"
|
||||
disabled={!isBuiltInSelected}
|
||||
|
||||
Reference in New Issue
Block a user