mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
remove not needed spaces,
This commit is contained in:
parent
b8e298daa3
commit
895c2a8d0e
@ -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' })
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user