mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2024-12-29 09:58:07 +01:00
remove comma added by vscode prettifer
This commit is contained in:
parent
152cc07483
commit
116a147202
1 changed files with 1 additions and 1 deletions
|
@ -821,7 +821,7 @@ async function post(ev?: MouseEvent) {
|
|||
const filesData = toRaw(files.value);
|
||||
|
||||
const isMissingAltText = filesData.filter(
|
||||
file => file.type.startsWith('image/') || file.type.startsWith('video/') || file.type.startsWith('audio/'),
|
||||
file => file.type.startsWith('image/') || file.type.startsWith('video/') || file.type.startsWith('audio/')
|
||||
).some(file => !file.comment);
|
||||
|
||||
if (isMissingAltText) {
|
||||
|
|
Loading…
Reference in a new issue