Skip to content

Commit

Permalink
bevinding
Browse files Browse the repository at this point in the history
  • Loading branch information
githubjimmeicatt committed Sep 11, 2024
1 parent b77b2ce commit 9178234
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ const saveVraag = async (vraag: Vraag, gespreksId?: string) => {
? vraag.specifiekevraag
: vraag.vraag
? vraag.specifiekevraag
? `${vraag.vraag.title} - ${vraag.specifiekevraag}`
? `${vraag.vraag.title} (${vraag.specifiekevraag})`
: vraag.vraag.title
: vraag.specifiekevraag,
inhoud: vraag.notitie,
Expand Down

0 comments on commit 9178234

Please sign in to comment.