From 6b8b2d50918c86a1785e26eb2e03c02bfa021b88 Mon Sep 17 00:00:00 2001 From: Manuel Palenzuela Merino Date: Sat, 13 Jul 2024 09:55:44 +0200 Subject: Pages: File: Have path be based on fileID instead of path --- src/components/Other/FSTracerFile.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components') diff --git a/src/components/Other/FSTracerFile.tsx b/src/components/Other/FSTracerFile.tsx index 61c8e35..2bc58b4 100644 --- a/src/components/Other/FSTracerFile.tsx +++ b/src/components/Other/FSTracerFile.tsx @@ -6,7 +6,7 @@ interface FileComponentProps { export default function FileComponent(props: FileComponentProps) { return ( - +

file: {props.file.absolute_path}

) -- cgit 1.4.1