Skip to content

Commit

Permalink
fix: small leftover for 'missing token' on redesign
Browse files Browse the repository at this point in the history
  • Loading branch information
Shywim committed Jun 18, 2020
1 parent bca9733 commit 51630a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ const injectRepoSize = async () => {
askForToken()
}

createSizeWrapperElement(statsElt, createMissingTokenElement())
createSizeWrapperElement(statsElt, createMissingTokenElement(), isRefresh)
return
}

Expand Down

0 comments on commit 51630a7

Please sign in to comment.