Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Commit

Permalink
Refactxor.
Browse files Browse the repository at this point in the history
  • Loading branch information
fairlighteth committed Nov 19, 2020
1 parent 036da7d commit 290f037
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/OrderBuySell/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ import Tabs from 'components/common/Tabs/Tabs'
export interface TabItemType {
readonly id: number
title: string
content?: string | undefined
// content?: string | undefined
content?: any
readonly activeColor: string
}

Expand Down

0 comments on commit 290f037

Please sign in to comment.