fix trade form typo from styling merge

This commit is contained in:
Tyler Shipe 2021-04-19 12:54:04 -04:00
parent 44ee134e4f
commit 9bd0736053
1 changed files with 1 additions and 1 deletions

View File

@ -309,7 +309,7 @@ export default function TradeForm() {
side === 'buy' ? (
<Button
disabled={disabledTradeButton}
onClick={onsubmit}
onClick={onSubmit}
className={`rounded ${
!disabledTradeButton &&
'border-th-green hover:border-th-green-dark'