Skip to content

Commit

Permalink
added a missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
sharmrj committed May 31, 2024
1 parent f4a0192 commit a635600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/features/webapp-prompt/webapp-prompt.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const showTooltip = (element, message, time = 5000) => {
return () => {
cleanup();
clearTimeout(id);

Check warning on line 52 in libs/features/webapp-prompt/webapp-prompt.js

View check run for this annotation

Codecov / codecov/patch

libs/features/webapp-prompt/webapp-prompt.js#L51-L52

Added lines #L51 - L52 were not covered by tests
}
};
};

const playFocusAnimation = (element, iterationCount = 2, animationDuration = 2500) => {
Expand Down

0 comments on commit a635600

Please sign in to comment.