Fix lint
parent
1ecf0da81b
commit
3c89dd40f9
|
@ -6,7 +6,6 @@ import {
|
||||||
AppBskyFeedGetAuthorFeed as GetAuthorFeed,
|
AppBskyFeedGetAuthorFeed as GetAuthorFeed,
|
||||||
AppBskyFeedGetFeed as GetCustomFeed,
|
AppBskyFeedGetFeed as GetCustomFeed,
|
||||||
RichText,
|
RichText,
|
||||||
jsonToLex,
|
|
||||||
} from '@atproto/api'
|
} from '@atproto/api'
|
||||||
import AwaitLock from 'await-lock'
|
import AwaitLock from 'await-lock'
|
||||||
import {bundleAsync} from 'lib/async/bundle'
|
import {bundleAsync} from 'lib/async/bundle'
|
||||||
|
|
|
@ -66,7 +66,6 @@ export class SavedFeedsModel {
|
||||||
this._xLoading(!quietRefresh)
|
this._xLoading(!quietRefresh)
|
||||||
try {
|
try {
|
||||||
let feeds: AppBskyFeedDefs.GeneratorView[] = []
|
let feeds: AppBskyFeedDefs.GeneratorView[] = []
|
||||||
let cursor
|
|
||||||
for (
|
for (
|
||||||
let i = 0;
|
let i = 0;
|
||||||
i < this.rootStore.preferences.savedFeeds.length;
|
i < this.rootStore.preferences.savedFeeds.length;
|
||||||
|
|
|
@ -10,7 +10,7 @@ import {StyleSheet, View, ScrollView} from 'react-native'
|
||||||
import {Text} from '../util/text/Text'
|
import {Text} from '../util/text/Text'
|
||||||
import {PressableWithHover} from '../util/PressableWithHover'
|
import {PressableWithHover} from '../util/PressableWithHover'
|
||||||
import {usePalette} from 'lib/hooks/usePalette'
|
import {usePalette} from 'lib/hooks/usePalette'
|
||||||
import {isDesktopWeb, isWeb} from 'platform/detection'
|
import {isDesktopWeb} from 'platform/detection'
|
||||||
|
|
||||||
export interface TabBarProps {
|
export interface TabBarProps {
|
||||||
testID?: string
|
testID?: string
|
||||||
|
|
Loading…
Reference in New Issue