added conditional download resume feature

This commit is contained in:
Joan Jeremiah J
2022-10-02 17:29:59 +05:30
parent e20a1d7321
commit 29a75d06cd
5 changed files with 13 additions and 2 deletions

View File

@@ -160,6 +160,7 @@ const GitProfile = ({ config }) => {
profile={profile}
loading={loading}
avatarRing={!sanitizedConfig.themeConfig.hideAvatarRing}
resume={sanitizedConfig.resume}
/>
<Details
profile={profile}