kopia lustrzana https://github.com/cheeaun/phanpy
Handle cases if the shortcuts are corrupted
rodzic
34a015c36a
commit
2df67f37a3
|
@ -27,6 +27,7 @@ function Columns() {
|
||||||
favourites: Favourites,
|
favourites: Favourites,
|
||||||
hashtag: Hashtag,
|
hashtag: Hashtag,
|
||||||
}[type];
|
}[type];
|
||||||
|
if (!Component) return null;
|
||||||
return <Component {...params} />;
|
return <Component {...params} />;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue