frontend: just format code

pull/298/head
Michael Li 1 year ago
parent 636eae8e04
commit e26e5ddf9e
No known key found for this signature in database

@ -405,7 +405,7 @@ const changeContent = (v: string) => {
if (v.length > defaultTweetMaxLength) {
content.value = v.substring(0, defaultTweetMaxLength);
} else {
content.value = v
content.value = v;
}
};
const setUploadType = (type: string) => {

Loading…
Cancel
Save