Skip to content

Commit 888cd36

Browse files
committed
fix
1 parent c988e23 commit 888cd36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/dashboard/src/components/contract-components/contract-deploy-form/custom-contract.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,7 @@ export const CustomContractForm: React.FC<CustomContractFormProps> = ({
775775
/>
776776
)}
777777

778-
{hasPlatformFee && !isFeeExempt && (
778+
{hasPlatformFee && (
779779
<PlatformFeeFieldset
780780
form={form}
781781
isMarketplace={isMarketplace}

0 commit comments

Comments
 (0)