Fix lint
parent
fb4419786e
commit
dc6cdeae60
|
@ -416,7 +416,7 @@ export class NavigationModel {
|
||||||
hydrate(_v: unknown) {
|
hydrate(_v: unknown) {
|
||||||
// TODO fixme
|
// TODO fixme
|
||||||
this.clear()
|
this.clear()
|
||||||
/*if (isObj(v)) {
|
/*if (isObj(v)) {
|
||||||
if (hasProp(v, 'tabs') && Array.isArray(v.tabs)) {
|
if (hasProp(v, 'tabs') && Array.isArray(v.tabs)) {
|
||||||
for (const tab of v.tabs) {
|
for (const tab of v.tabs) {
|
||||||
const copy = new NavigationTabModel()
|
const copy = new NavigationTabModel()
|
||||||
|
|
|
@ -8,7 +8,6 @@ import {useAnalytics} from 'lib/analytics'
|
||||||
import {
|
import {
|
||||||
openPicker,
|
openPicker,
|
||||||
openCamera,
|
openCamera,
|
||||||
openCropper,
|
|
||||||
cropAndCompressFlow,
|
cropAndCompressFlow,
|
||||||
} from '../../../../lib/media/picker'
|
} from '../../../../lib/media/picker'
|
||||||
import {
|
import {
|
||||||
|
|
|
@ -124,7 +124,7 @@ function NoMobileWeb() {
|
||||||
const pal = usePalette('default')
|
const pal = usePalette('default')
|
||||||
return (
|
return (
|
||||||
<View style={[pal.view, styles.noMobileWeb]}>
|
<View style={[pal.view, styles.noMobileWeb]}>
|
||||||
<Text type="title-2xl" style={{paddingBottom: 20}}>
|
<Text type="title-2xl" style={s.pb20}>
|
||||||
We're so sorry!
|
We're so sorry!
|
||||||
</Text>
|
</Text>
|
||||||
<Text type="lg">
|
<Text type="lg">
|
||||||
|
|
Loading…
Reference in New Issue