mirror of
https://github.com/acid-info/logos-ordinals-dashboard.git
synced 2025-02-04 09:34:08 +00:00
feat: implement user referral code
This commit is contained in:
parent
70fd67d057
commit
a430b0bb28
@ -140,7 +140,7 @@ const OperatorPanel: React.FC<OperatorPanelProps> = () => {
|
||||
|
||||
<CollapseContainer>
|
||||
<EnterXPCode />
|
||||
<CopyCode referralCode="WIP" />
|
||||
<CopyCode referralCode={user?.referral_code || ''} />
|
||||
</CollapseContainer>
|
||||
</StyledPanel>
|
||||
)
|
||||
|
@ -48,7 +48,7 @@ const DashboardContainer: React.FC<DashboardPageProps> = ({
|
||||
enabled: !!walletAddress && walletAddress.length > 0,
|
||||
})
|
||||
|
||||
// console.log('userXP', userXP)
|
||||
console.log('userXP', userXP)
|
||||
|
||||
return (
|
||||
<Container {...props}>
|
||||
|
Loading…
x
Reference in New Issue
Block a user