Skip to content

Commit c7e0656

Browse files
committed
lint
1 parent 5f28a7a commit c7e0656

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/dashboard/src/contract-ui/tabs/embed/components/embed-setup.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ export const EmbedSetup: React.FC<EmbedSetupProps> = ({
243243
shortName: "unknown",
244244
slug: "unknown",
245245
testnet: false,
246-
stackType: ""
246+
stackType: "",
247247
};
248248

249249
const { register, watch } = useForm<{

0 commit comments

Comments
 (0)