Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
payne911 authored Mar 22, 2023
1 parent dd898a8 commit 86d555a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/queries-logic.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ function update_table_data(responseData, user, repo, parentDefaultBranch) {
return;
}

if (!RATE_LIMIT_EXCEEDED) {// because some times gets called after some other msgs are displayed
if (!RATE_LIMIT_EXCEEDED) { // because some times gets called after some other msgs are displayed
clearNonErrorMsg();
removeProgressBar();
}
Expand Down

0 comments on commit 86d555a

Please sign in to comment.