Skip to content

Commit 6b54181

Browse files
committed
link with slug if exists
1 parent 937be84 commit 6b54181

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/frontend/src/components/ui/moderation/ModerationQueueCard.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ function openProjectForReview() {
204204
name: 'type-id',
205205
params: {
206206
type: 'project',
207-
id: props.queueEntry.project.id,
207+
id: props.queueEntry.project.slug || props.queueEntry.project.id,
208208
},
209209
state: {
210210
showChecklist: true,

0 commit comments

Comments
 (0)