fix(tagSearch): Undefined tagsPassedIn prop prevents page from loading
This commit is contained in:
parent
463ddbb494
commit
4fd74fa3fd
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ type Props = {
|
|||
|
||||
export default function TagsSearch(props: Props) {
|
||||
const {
|
||||
tagsPassedIn,
|
||||
tagsPassedIn = [],
|
||||
unfollowedTags = [],
|
||||
followedTags = [],
|
||||
doToggleTagFollow,
|
||||
|
|
Loading…
Add table
Reference in a new issue