diff --git a/src/pages/settings/index.tsx b/src/pages/settings/index.tsx index 8952ac4..204061e 100644 --- a/src/pages/settings/index.tsx +++ b/src/pages/settings/index.tsx @@ -152,7 +152,7 @@ export default function Settings() { { addRelay({ url: newPool?.current?.value || "", diff --git a/src/views/receive/index.tsx b/src/views/receive/index.tsx index e4739a1..5391c80 100644 --- a/src/views/receive/index.tsx +++ b/src/views/receive/index.tsx @@ -98,6 +98,7 @@ export const ReceiveView = ({ keys }: ReceiveViewProps) => { { navigator.clipboard.writeText(keys.pub).catch(console.warn) Toastify({