Begin implementing permissions page

This commit is contained in:
Toby Zerner
2015-07-29 21:00:27 +09:30
parent f96cac6057
commit 42fd8e26c1
8 changed files with 431 additions and 4 deletions

View File

@ -38,6 +38,6 @@ export default class Badge extends Component {
config(isInitialized) {
if (isInitialized) return;
this.$().tooltip();
if (this.props.label) this.$().tooltip();
}
}