turn off twitter
This commit is contained in:
parent
2d3704fb87
commit
313faa739d
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@ export function Twitter() {
|
|||
});
|
||||
}, []);
|
||||
|
||||
return null;
|
||||
|
||||
if (!tweets || !(tweets.length > 5)) {
|
||||
return null;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue