fix(tagSearch): Undefined tagsPassedIn prop prevents page from loading

This commit is contained in:
hack.ily 2019-10-29 22:01:30 -07:00 committed by Sean Yesmunt
parent 463ddbb494
commit 4fd74fa3fd

View file

@ -26,7 +26,7 @@ type Props = {
export default function TagsSearch(props: Props) {
const {
tagsPassedIn,
tagsPassedIn = [],
unfollowedTags = [],
followedTags = [],
doToggleTagFollow,