improvements

This commit is contained in:
daniel31x13
2024-08-28 20:48:35 -04:00
parent 975716937f
commit b7adbbc86f
4 changed files with 32 additions and 333 deletions
+1 -7
View File
@@ -30,15 +30,9 @@ type Props = {
className?: string;
link: LinkIncludingShortenedCollectionAndTags;
standalone?: boolean;
editMode?: boolean;
};
export default function LinkDetails({
className,
link,
standalone,
editMode,
}: Props) {
export default function LinkDetails({ className, link, standalone }: Props) {
const { t } = useTranslation();
const session = useSession();
const getLink = useGetLink();