Skip to content

Commit f7cb93b

Browse files
committed
remove unused directives
1 parent 45af357 commit f7cb93b

File tree

1 file changed

+0
-2
lines changed
  • apps/dashboard/src/components/contract-components/contract-publish-form

1 file changed

+0
-2
lines changed

apps/dashboard/src/components/contract-components/contract-publish-form/abi-selector.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,12 @@ export const AbiSelector: React.FC<AbiSelectorProps> = ({
3232
options={options}
3333
defaultValue={options.find((o) => o.value === defaultValue)}
3434
chakraStyles={{
35-
// @ts-expect-error - this works fine
3635
container: (provided) => ({
3736
...provided,
3837
width: "full",
3938
}),
4039
}}
4140
value={options.find((o) => o.value === value)}
42-
// @ts-expect-error - this works fine
4341
onChange={(selectedFn) => {
4442
if (selectedFn) {
4543
onChange((selectedFn as { label: string; value: string }).value);

0 commit comments

Comments
 (0)