mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-14 12:18:30 +03:00
Handle cases if the shortcuts are corrupted
This commit is contained in:
parent
34a015c36a
commit
2df67f37a3
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ function Columns() {
|
|||
favourites: Favourites,
|
||||
hashtag: Hashtag,
|
||||
}[type];
|
||||
if (!Component) return null;
|
||||
return <Component {...params} />;
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue