[fix]: issue #90

This commit is contained in:
zolostays
2020-09-16 12:34:45 +05:30
parent b0f734d955
commit 81e4cbb234
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -160,7 +160,7 @@ const Markdown = props => {
let link =
"https://github-readme-stats.vercel.app/api/top-langs/?username=" +
props.github +
"&layout=compact&hide=html"
"&layout=compact"
if (props.show) {
if (!props.showStats) {
return (
+1 -1
View File
@@ -244,7 +244,7 @@ const MarkdownPreview = props => {
let link =
"https://github-readme-stats.vercel.app/api/top-langs/?username=" +
props.github +
"&layout=compact&hide=html"
"&layout=compact"
if (props.show) {
return (
<div className="text-center mx-4 mb-4">