fix(gui): display feed fix
This commit is contained in:
parent
cfad0c3f4e
commit
cb7d90b2e2
@ -11,6 +11,9 @@ export default (props) => {
|
||||
if(!info)
|
||||
return null
|
||||
|
||||
if(!info.trackers)
|
||||
return null
|
||||
|
||||
return (
|
||||
<div>
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user