[Glitch] dont crash with null-ref

Port 8568018935 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
master
Hinaloe 5 years ago committed by Thibaut Girka
parent f2fc7246e1
commit f940c5a1fb
  1. 2
      app/javascript/flavours/glitch/features/ui/index.js

@ -174,8 +174,10 @@ class SwitchingColumnsArea extends React.PureComponent {
}
setRef = c => {
if (c) {
this.node = c.getWrappedInstance();
}
}
render () {
const { children, navbarUnder } = this.props;

Loading…
Cancel
Save