Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
remove bang
  • Loading branch information
jgiwinski committed Feb 26, 2024
1 parent 335dbd4 commit 3466b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Expand Up @@ -124,7 +124,7 @@ function App() {
<div className="d-flex column justify-content-between align-items-center container">
<div className="d-flex column align-items-center">
<img src={logo} className="logo" alt="InCommon-Logo" />
{!error ? (
{error ? (
<>
<h1>{error}</h1>
<p><a href="https://incommon.org/help/" target="_blank">Click Here</a> for more information.</p>
Expand Down

0 comments on commit 3466b14

Please sign in to comment.