Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ZogStriP committed Dec 12, 2024
1 parent a73b566 commit 7d9834d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/javascripts/acceptance/self-approve-mobile-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ acceptance("review mobile", function (needs) {

await visit("/t/this-is-a-test-topic/9/1");

const dropdown = document.querySelector(".topic-footer-mobile-dropdown-trigger");
const dropdown = document.querySelector(
".topic-footer-mobile-dropdown-trigger"
);
if (dropdown) {
await click(dropdown);
}
Expand Down

0 comments on commit 7d9834d

Please sign in to comment.