mirror of
https://github.com/acid-info/logos-ordinals-dashboard.git
synced 2025-01-26 21:29:58 +00:00
fix: fix bug with op number
This commit is contained in:
parent
9aa138f161
commit
e7bc1c3155
@ -120,7 +120,7 @@ const OperatorPanel: React.FC<OperatorPanelProps> = () => {
|
||||
</InfoRow>
|
||||
<InfoRow>
|
||||
<Label>OP Number</Label>
|
||||
<Value>{user?.id && `#${user?.id}`}</Value>
|
||||
<Value>{user?.op_number && `#${user?.op_number}`}</Value>
|
||||
</InfoRow>
|
||||
</CallSignContainer>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user