From a19d91b408bbadcbf03ff81ff40b568d54e5178b Mon Sep 17 00:00:00 2001 From: Mentor Palokaj Date: Fri, 5 Nov 2021 13:25:53 +0100 Subject: [PATCH] Success noti --- minter/src/components/avatar.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/minter/src/components/avatar.js b/minter/src/components/avatar.js index 34f4d31..8adbb88 100644 --- a/minter/src/components/avatar.js +++ b/minter/src/components/avatar.js @@ -53,6 +53,8 @@ export default function Verifier() { if( error ) throw new Error( error ) + alert( `Success! ${ validatorAddress } now has the avatar associated with Rocketeer #${ id }.` ) + } catch( e ) { alert( e.message )