Skip to content

Commit

Permalink
fix: update device
Browse files Browse the repository at this point in the history
  • Loading branch information
olup committed Jul 23, 2022
1 parent 70d98b6 commit 8788cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ function App() {
<Button
colorScheme="orange"
rightIcon={<MdRefresh />}
onClick={() => refetchDevice}
onClick={() => refetchDevice()}
>
Refresh
</Button>
Expand Down

0 comments on commit 8788cd4

Please sign in to comment.