Skip to content

Commit c251bbd

Browse files
Merge pull request #35 from marcoaraujojunior/develop
Refactor
2 parents f46bcb6 + 4dc8c6c commit c251bbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/Area/List/Area.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ class Area extends React.Component
5959
return (
6060
<section className="">
6161
<div className="container hello">
62+
{ this.showError() }
6263
<div className="level header">
6364
<div className="level-left">
64-
{ this.showError() }
6565
<h2 className="title is-2">Areas</h2>
6666
</div>
6767
<div className="level-right">

0 commit comments

Comments
 (0)