Skip to content

Commit

Permalink
chore: versions bump
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed May 19, 2020
1 parent 9269694 commit 6551188
Show file tree
Hide file tree
Showing 2 changed files with 190 additions and 194 deletions.
2 changes: 1 addition & 1 deletion plugins/axe-plugin/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const AxeAllyBlock: FC<AxeAllyBlockProps> = ({
resetTabCounter();
runAxe(canvas)
.then(results => {
console.log(results);
// console.log(results);
setResults(results);
isRunning.current = false;
})
Expand Down
Loading

0 comments on commit 6551188

Please sign in to comment.