Skip to content

Commit 4146447

Browse files
committed
fix: remove test data
1 parent 374a8c0 commit 4146447

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

packages/workshop-app/app/components/update-repo.tsx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,7 @@ export function UpdateToast({
88
}: {
99
repoUpdates: Awaited<ReturnType<typeof checkForUpdatesCached>>
1010
}) {
11-
// const { updatesAvailable, diffLink, remoteCommit } = repoUpdates
12-
// FIXME: mock data
13-
const updatesAvailable = true
14-
const diffLink =
15-
'https://github.com/epic-web/workshop-app/compare/main...update'
16-
const remoteCommit = '1234567890'
11+
const { updatesAvailable, diffLink, remoteCommit } = repoUpdates
1712

1813
// Track the in-progress toast id and update notification id
1914
const inProgressToastId = useRef<ReturnType<typeof toast.loading> | null>(

0 commit comments

Comments
 (0)