Skip to content

Commit

Permalink
add to single page
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaoYhun committed Jul 19, 2023
1 parent 32dbeae commit 1c77ae8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/TrueSightV2/pages/SingleToken.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import { PROFILE_MANAGE_ROUTES } from 'pages/NotificationCenter/const'
import { MEDIA_WIDTHS } from 'theme'

import DisplaySettings from '../components/DisplaySettings'
import FeedbackSurvey from '../components/FeedbackSurvey'
import KyberAIShareModal from '../components/KyberAIShareModal'
import SimpleTooltip from '../components/SimpleTooltip'
import { TokenOverview } from '../components/TokenOverview'
Expand Down Expand Up @@ -612,6 +613,7 @@ export default function SingleToken() {
})
}
/>
<FeedbackSurvey />
</Wrapper>
)
}

0 comments on commit 1c77ae8

Please sign in to comment.