Skip to content

Commit

Permalink
Hotfix/recaptcha issue (#188)
Browse files Browse the repository at this point in the history
* Test

* IEX-1076 Intecrease grace period

* Remove test code

* Redirect to the poap minting flow

* Comment tests

* Comment tests

* Fix mint link

* Update base url placehoder

* Double check before to show message error
  • Loading branch information
SebaPucheta authored May 20, 2024
1 parent d32327d commit 8112897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/pages/EventAdmin.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ export default function EventAdmin( ) {
if( loading ) return <Loading message={ loading } />

{ /* Event meta loaded, no codes available */ }
if( !event.loading && !event.codes ) return <Layout hide_background >
if( !event.loading && event.name && !event.codes ) return <Layout hide_background >
<Section align='flex-start' margin="0">

<Text>{ t( 'eventAdmin.hero.notavailable.title' ) }</Text>
Expand Down

0 comments on commit 8112897

Please sign in to comment.