diff --git a/apps/voting/app/src/App.js b/apps/voting/app/src/App.js index 5b3ce1bbaa..7fb1a61711 100644 --- a/apps/voting/app/src/App.js +++ b/apps/voting/app/src/App.js @@ -50,11 +50,10 @@ const App = React.memo(function App() { return ( - - {!votes.length && ( + {votes.length === 0 && (
)} - {!!votes.length && ( + {votes.length > 0 && ( +