Skip to content

Commit 0269675

Browse files
committed
added in Royalty module
1 parent 92efc98 commit 0269675

File tree

4 files changed

+616
-1
lines changed

4 files changed

+616
-1
lines changed

apps/dashboard/src/app/(dashboard)/(chain)/[chain_id]/[contractAddress]/modules/components/Mintable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ function PrimarySalesSection(props: {
272272
<Button
273273
size="sm"
274274
className="min-w-24 gap-2"
275-
disabled={updateMutation.isPending}
275+
disabled={updateMutation.isPending || !props.isOwnerAccount}
276276
type="submit"
277277
>
278278
{updateMutation.isPending && <Spinner className="size-4" />}

0 commit comments

Comments
 (0)