Skip to content

Commit

Permalink
fix: remove "inverted" attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
viennguyen2-tiki committed Mar 20, 2023
1 parent ef5c32e commit f2a11e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/Card/CardInfo/Components/Decode.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ export default function Decode({ methodId, call, items }: DecodeProps) {
}
]}
rows={[{ method: methodId, call }]}
inverted
classes={{ wapper: styles.table }}
/>
<div className="margin-bottom-xs" />
Expand Down

0 comments on commit f2a11e7

Please sign in to comment.