Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ericglau committed Dec 1, 2023
1 parent 159ce80 commit 4e26f7d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion packages/ui/src/cairo/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import ERC20Controls from './ERC20Controls.svelte';
import ERC721Controls from './ERC721Controls.svelte';
// import ERC1155Controls from './ERC1155Controls.svelte';
import CustomControls from './CustomControls.svelte';
import CopyIcon from '../icons/CopyIcon.svelte';
import CheckIcon from '../icons/CheckIcon.svelte';
Expand Down
7 changes: 0 additions & 7 deletions packages/ui/src/cairo/ERC20Controls.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,6 @@
<input bind:value={opts.symbol}>
</label>
</div>
<!--
<label class="labeled-input">
<span class="flex justify-between pr-2">
Decimals
</span>
<input bind:value={opts.decimals} use:error={errors?.decimals} placeholder="18">
</label> -->

<label class="labeled-input">
<span class="flex justify-between pr-2">
Expand Down

0 comments on commit 4e26f7d

Please sign in to comment.