remove not needed spaces,

This commit is contained in:
Kamila 2024-07-19 11:29:19 +02:00
parent b8e298daa3
commit 895c2a8d0e

View File

@ -38,7 +38,7 @@ export default () => {
}
const creationLabel = () => {
return creationDates.value.map((date) => $d(date, 'monthShort')).join(' | ')
return creationDates.value.map((date) => $d(date, 'monthShort')).join('|')
}
const { result, error } = useQuery(adminOpenCreations, { userId }, { fetchPolicy: 'no-cache' })