Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
krystian50 committed Dec 31, 2024
1 parent aba3036 commit 46b1717
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/HostCalls/trie-input/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ const StorageItem = ({ row, index, handleRemoveRow, handleKeyChange, handleValue
Key Hash: {row.key && row.key === row.keyHash ? "--- key is already a hash ---" : row.keyHash}
</span>
</div>
{/* Checkmark Icon */}

<Button variant="ghost" onClick={() => handleRemoveRow(index)}>
<XIcon className="w-4 h-4" />
Expand Down Expand Up @@ -156,7 +155,6 @@ export const TrieInput = ({ onChange, initialRows }: TrieInputProps) => {
/>
);
})}
{/* Add Button */}
<Button className="mt-3 ml-3" variant="secondary" onClick={() => handleInsertRow()}>
<PlusIcon className="w-4 h-4" /> Add new
</Button>
Expand Down

0 comments on commit 46b1717

Please sign in to comment.