Skip to content
Snippets Groups Projects
Commit c6f6f097 authored by Albin Henriksson's avatar Albin Henriksson
Browse files

#7: Removed unnessesary colon

parent 431b84e0
No related branches found
No related tags found
1 merge request!12Issue/7 add test coverage report
Pipeline #34166 passed
...@@ -30,7 +30,7 @@ const App: React.FC = () => { ...@@ -30,7 +30,7 @@ const App: React.FC = () => {
> >
Learn React Learn React
</a> </a>
<p>Current message is: {currentMessage?.message}</p> <p>Current message is {currentMessage?.message}</p>
</header> </header>
</div> </div>
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment