Upgrade prettier to 3.6 (#8558)
* upgrade prettier * run prettier * more files
This commit is contained in:
@@ -342,11 +342,11 @@ export function Explore({
|
||||
])
|
||||
|
||||
const topBorder = useMemo(
|
||||
() => ({type: 'topBorder', key: 'top-border'} as const),
|
||||
() => ({type: 'topBorder', key: 'top-border'}) as const,
|
||||
[],
|
||||
)
|
||||
const trendingTopicsModule = useMemo(
|
||||
() => ({type: 'trendingTopics', key: 'trending-topics'} as const),
|
||||
() => ({type: 'trendingTopics', key: 'trending-topics'}) as const,
|
||||
[],
|
||||
)
|
||||
const suggestedFollowsModule = useMemo(() => {
|
||||
|
||||
Reference in New Issue
Block a user