Remove old comment - Wild West is now a proper category

This commit is contained in:
infinite-persistence 2022-05-12 14:51:53 +08:00
parent 40a59c53d4
commit 123496e734
No known key found for this signature in database
GPG key ID: B9C3252EDC3D0AA0

View file

@ -213,9 +213,6 @@ function DiscoverPage(props: Props) {
hiddenNsfwMessage={<HiddenNsfw type="page" />}
repostedClaimId={repostedClaim ? repostedClaim.claim_id : null}
injectedItem={!isWildWest && { node: <Ads small type="video" tileLayout={tileLayout} /> }}
// Assume wild west page if no dynamicRouteProps
// Not a very good solution, but just doing it for now
// until we are sure this page will stay around
// TODO: find a better way to determine discover / wild west vs other modes release times
// for now including && !tags so that
releaseTime={releaseTime || undefined}