Fix double border on web hashtag list (#3091)
* add `topBorder` to Views.tsx * fix double border
This commit is contained in:
Vendored
+3
-1
@@ -5,4 +5,6 @@ export function CenteredView({
|
||||
style,
|
||||
sideBorders,
|
||||
...props
|
||||
}: React.PropsWithChildren<ViewProps & {sideBorders?: boolean}>)
|
||||
}: React.PropsWithChildren<
|
||||
ViewProps & {sideBorders?: boolean; topBorder?: boolean}
|
||||
>)
|
||||
|
||||
Reference in New Issue
Block a user