This commit is contained in:
2025-09-24 17:58:35 -07:00
parent ab323798e9
commit 625bc508aa
6 changed files with 40 additions and 37 deletions

View File

@@ -1,7 +1,6 @@
import { useDocument } from "@/context/document/hooks";
import { displayName, relationshipsForDocument } from "@/lib/relationships";
import { RelationshipType, type DocumentId } from "@/lib/types";
import { Route as CampaignRoute } from "@/routes/_app/_authenticated/campaigns.$campaignId";
import { Link } from "@tanstack/react-router";
import _ from "lodash";
import { Loader } from "../Loader";

View File

@@ -70,7 +70,7 @@ export const TreasureToggleRow = ({
disabled={loading}
/>
<Link
to="/document/$documentId"
to="/document/$documentId/$"
params={{ documentId: treasure.id }}
className="text-lg !no-underline text-slate-100 hover:underline hover:text-violet-400"
>