Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lmd59 committed Oct 4, 2024
1 parent 55d6924 commit 9c2462e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/pages/review/[resourceType]/[id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ export default function CommentPage() {
}
});

// Currently we can only update draft artifact resources. TODO: should we enable active resource review?
const resourceReview = trpc.draft.reviewDraft.useMutation({
onSuccess: data => {
notifications.show({
Expand Down

0 comments on commit 9c2462e

Please sign in to comment.