diff -r 1f340f3597a8 -r ea92f4fe783d client/src/components/SessionList.js --- a/client/src/components/SessionList.js Tue Oct 09 19:07:47 2018 +0200 +++ b/client/src/components/SessionList.js Mon Oct 08 18:35:47 2018 +0200 @@ -65,7 +65,7 @@ emptyListMessage = () => { - if (this.props.sessions.size === 0) { + if (this.props.sessions.length === 0) { return (