mirror of
https://github.com/flarum/core.git
synced 2025-08-08 09:26:34 +02:00
update: forum/components/WelcomeHero
This commit is contained in:
committed by
Franz Liedke
parent
d14ca79dfa
commit
1e9825de4f
@@ -6,7 +6,9 @@ import Button from '../../common/components/Button';
|
||||
* forum.
|
||||
*/
|
||||
export default class WelcomeHero extends Component {
|
||||
init() {
|
||||
oninit(vnode) {
|
||||
super.oninit(vnode);
|
||||
|
||||
this.hidden = localStorage.getItem('welcomeHidden');
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user