mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-11 17:50:29 +03:00
Clarify variable names and wording
This commit is contained in:
parent
68ac194ed5
commit
514c75e0b5
6 changed files with 22 additions and 22 deletions
|
|
@ -171,7 +171,7 @@ export const RoomInput = forwardRef<HTMLDivElement, RoomInputProps>(
|
|||
fileItems.push({
|
||||
...ef,
|
||||
metadata: {
|
||||
spoiled: false,
|
||||
markedAsSpoiler: false,
|
||||
},
|
||||
})
|
||||
);
|
||||
|
|
@ -182,7 +182,7 @@ export const RoomInput = forwardRef<HTMLDivElement, RoomInputProps>(
|
|||
originalFile: f,
|
||||
encInfo: undefined,
|
||||
metadata: {
|
||||
spoiled: false,
|
||||
markedAsSpoiler: false,
|
||||
},
|
||||
})
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue