Commit 5a6e8492 authored by Clement Ho's avatar Clement Ho

Fix user pagination

parent dc5286bf
......@@ -195,6 +195,6 @@ export default class UserTabs {
}
getCurrentAction() {
return this.$parentEl.find('.nav-links .active a').data('action');
return this.$parentEl.find('.nav-links a.active').data('action');
}
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment