IZ1IVA
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/pages/Peers.tsx
|
|
@ -88,7 +88,7 @@ export const PeersPage = (): JSX.Element => { |
|
|
connection.getMetadata({ nodeNum: node.data.num }), |
|
|
connection.getMetadata({ nodeNum: node.data.num }), |
|
|
{ |
|
|
{ |
|
|
loading: "Requesting Metadata...", |
|
|
loading: "Requesting Metadata...", |
|
|
success: "Recieved Metadata", |
|
|
success: "Received Metadata", |
|
|
error: "No response received" |
|
|
error: "No response received" |
|
|
} |
|
|
} |
|
|
); |
|
|
); |
|
|
|