mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-01-11 03:22:57 -05:00
finally fix slow typescript compilation!
see https://github.com/stitchesjs/stitches/issues/1038
This commit is contained in:
@@ -96,7 +96,7 @@ const RepositoryCard = ({
|
||||
</MetaItem>
|
||||
)}
|
||||
|
||||
{stars > 0 && (
|
||||
{stars && stars > 0 && (
|
||||
<MetaItem>
|
||||
<MetaLink
|
||||
href={`${url}/stargazers`}
|
||||
@@ -110,7 +110,7 @@ const RepositoryCard = ({
|
||||
</MetaItem>
|
||||
)}
|
||||
|
||||
{forks > 0 && (
|
||||
{forks && forks > 0 && (
|
||||
<MetaItem>
|
||||
<MetaLink
|
||||
href={`${url}/network/members`}
|
||||
|
||||
Reference in New Issue
Block a user