File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ import {cleanError} from '#/lib/strings/errors'
14
14
import { sanitizeHandle } from '#/lib/strings/handles'
15
15
import { logger } from '#/logger'
16
16
import { type MetricEvents } from '#/logger/metrics'
17
+ import { isNative } from '#/platform/detection'
17
18
import { useLanguagePrefs } from '#/state/preferences/languages'
18
19
import { useModerationOpts } from '#/state/preferences/moderation-opts'
19
20
import { RQKEY_ROOT_PAGINATED as useActorSearchPaginatedQueryKeyRoot } from '#/state/queries/actor-search'
@@ -916,8 +917,7 @@ export function Explore({
916
917
}
917
918
case 'preview:header' : {
918
919
return (
919
- < ModuleHeader . Container
920
- style = { [ a . pt_xs , t . atoms . border_contrast_low , a . border_b ] } >
920
+ < ModuleHeader . Container style = { [ a . pt_xs ] } bottomBorder = { isNative } >
921
921
{ /* Very non-scientific way to avoid small gap on scroll */ }
922
922
< View style = { [ a . absolute , a . inset_0 , t . atoms . bg , { top : - 2 } ] } />
923
923
< ModuleHeader . FeedLink feed = { item . feed } >
You can’t perform that action at this time.
0 commit comments