Cleanup
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user