Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
leemyongpakvn committed Oct 13, 2023
1 parent d10632a commit c72a8c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/js/list-comments.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ jQuery(document).ready(function () {
} else {
showUpdatePostCommentErrorModal(productCommentUpdatePostErrorMessage);
}
} catch (error) {
} catch (error) {
showUpdatePostCommentErrorModal(error);
}
}
Expand Down Expand Up @@ -241,7 +241,7 @@ jQuery(document).ready(function () {
showReportCommentErrorModal(error);
}
}

if (totalPages <= 1)
$(pagesListId).hide();

Expand Down

0 comments on commit c72a8c5

Please sign in to comment.