Skip to content

Commit

Permalink
[MISC] Fix Refresh Button not Refreshing (#630)
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesHarness authored and Harness committed Sep 29, 2023
1 parent 93845bc commit 8872d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/Changes/Changes.tsx
Expand Up @@ -140,7 +140,7 @@ export const Changes: React.FC<ChangesProps> = ({
? `diff/${commitRange[0]}~1...${commitRange[commitRange.length - 1]}`
// show range of commits and user did not select a subrange
: `diff/${targetRef}...${sourceRef}`,
[commitRange]
[commitSHA, commitRange, targetRef, sourceRef]
)

const {
Expand Down

0 comments on commit 8872d04

Please sign in to comment.