We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a49f47b commit 758cb74Copy full SHA for 758cb74
lib/patches/tableLink.js
@@ -37,7 +37,7 @@ const tableLink = {
37
contains: '.Team-Header',
38
path: /^\/team\//,
39
urlSelector: '.ModalItem',
40
- applied: elem => elem.querySelector('.Team-Abslve'),
+ applied: elem => elem.querySelector('.Team-Table'),
41
apply: patch
42
};
43
0 commit comments