fix: remove follow tag button
This commit is contained in:
parent
b0f193651e
commit
52fb0c2862
@ -1,6 +1,4 @@
|
||||
import { useParams } from "react-router-dom";
|
||||
import { unwrap } from "@snort/shared";
|
||||
import { FollowTagButton } from "@/element/follow-button";
|
||||
import { useStreamsFeed } from "@/hooks/live-streams";
|
||||
import VideoGridSorted from "@/element/video-grid-sorted";
|
||||
|
||||
@ -11,7 +9,6 @@ export function TagPage() {
|
||||
<div>
|
||||
<div className="flex items-center justify-between">
|
||||
<h1>#{tag}</h1>
|
||||
<FollowTagButton tag={unwrap(tag)} />
|
||||
</div>
|
||||
<VideoGridSorted evs={streams} />
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user