Fix crash on middle click (and others?)
This commit is contained in:
parent
8874008245
commit
71894daf49
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ export const selectHomepageMeme = (state) => {
|
|||
return meme;
|
||||
}
|
||||
}
|
||||
return homepages['en'].meme || {};
|
||||
return homepages ? homepages['en'].meme || {} : {};
|
||||
};
|
||||
|
||||
export const selectInRegionByCode = (state, code) => {
|
||||
|
|
Loading…
Reference in a new issue