[fix]: syntax-error

This commit is contained in:
zolostays
2020-10-04 10:47:53 +05:30
parent a4377c1dd6
commit 7d80d29a8b
+1 -1
View File
@@ -529,7 +529,7 @@ const IndexPage = () => {
) : (
""
)}
{(data.twitterBadge && !social.twitter ? (
{(data.twitterBadge && !social.twitter) ? (
<div className="warning">
* Please add twitter username to use these add-ons
</div>