mirror of
https://github.com/owncast/owncast.git
synced 2024-11-21 12:18:02 +03:00
Linting fix
This commit is contained in:
parent
e9d112bf4f
commit
733383cd53
1 changed files with 2 additions and 1 deletions
|
@ -145,7 +145,8 @@ export default function EditSocialLinks() {
|
|||
|
||||
// posts all the variants at once as an array obj
|
||||
const postUpdateToAPI = async (postValue: any) => {
|
||||
if (!displayModal) { // only create the processing status if the modal is inactive
|
||||
if (!displayModal) {
|
||||
// only create the processing status if the modal is inactive
|
||||
resetTimer = null;
|
||||
setSubmitStatus(createInputStatus(STATUS_PROCESSING));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue