Progress
added composer query string functionality for url, text. fixed issue with no user in base_controller, cleaned up video component, albums starting
This commit is contained in:
@@ -35,7 +35,6 @@ class ComposePage extends React.PureComponent {
|
||||
const { width } = this.state
|
||||
|
||||
const isXS = width <= BREAKPOINT_EXTRA_SMALL
|
||||
if (!isXS) throw 'This page does not exist'
|
||||
|
||||
return (
|
||||
<ComposeLayout title='Compose' isXS={isXS}>
|
||||
|
||||
Reference in New Issue
Block a user