Skip to content

Commit

Permalink
Merge pull request #167 from Eastern-Research-Group/bugfix/366_api-si…
Browse files Browse the repository at this point in the history
…gnup-page-issue

bugfix/366_ api signup page issue
  • Loading branch information
cschwinderg authored Dec 18, 2023
2 parents bed4afb + 8d5e234 commit 3b6ecc2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/client/src/routes/apiKeySignup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ export function ApiKeySignup() {
use <b>Expert Query</b>'s web services, then explore the web service{' '}
<Link to={`${serverUrl}/api-documentation`}>documentation</Link>.
</p>
<div id="apidatagov_signup">{loading && <Loading />}</div>

{loading && <Loading />}
<div id="apidatagov_signup"></div>
</div>
);
}
Expand Down

0 comments on commit 3b6ecc2

Please sign in to comment.