Skip to content

Commit

Permalink
fixing pip code
Browse files Browse the repository at this point in the history
  • Loading branch information
leobetosouza committed May 20, 2020
1 parent d5bc70e commit 9465908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/index.jsx
Expand Up @@ -47,7 +47,7 @@ class App extends React.Component {
case 1:
page = <Tutela userName={nome} />;
break;
case 0:
case 2:
page = <Pip userName={nome} />;
break;
default:
Expand Down

0 comments on commit 9465908

Please sign in to comment.