turn off twitter

This commit is contained in:
Sean Yesmunt 2021-03-29 09:10:43 -04:00
parent 2d3704fb87
commit 313faa739d

View file

@ -20,6 +20,8 @@ export function Twitter() {
});
}, []);
return null;
if (!tweets || !(tweets.length > 5)) {
return null;
}