this.state.forums.map((forum, key) => {
                return <ForumCard forum={forum} key={key} />
              })