diff --git a/components/forms/CreateTxForm/index.tsx b/components/forms/CreateTxForm/index.tsx index 3f36bbf..4eb8f92 100644 --- a/components/forms/CreateTxForm/index.tsx +++ b/components/forms/CreateTxForm/index.tsx @@ -68,7 +68,16 @@ export default function CreateTxForm() { {Object.values(msgRegistry) .filter((msg) => msg.category === category) .map((msg) => ( - ))}