added debug info x2

This commit is contained in:
muerwre 2019-03-04 16:34:23 +07:00
parent 8225bc274a
commit 72f6a63f47

View file

@ -48,6 +48,8 @@ class Component extends React.Component<Props, State> {
openRoute = (_id: string): void => {
if (isMobile()) this.props.setDialogActive(false);
console.log('HERE!', { isMobile: isMobile() });
pushPath(`/${_id}/${this.props.editing ? 'edit' : ''}`);
};