diff --git a/src/views/conflicts-resolution/files-tab-bar.tsx b/src/views/conflicts-resolution/files-tab-bar.tsx index 204a1d4..00e3b9e 100644 --- a/src/views/conflicts-resolution/files-tab-bar.tsx +++ b/src/views/conflicts-resolution/files-tab-bar.tsx @@ -16,13 +16,26 @@ const FilesTabBar: React.FC = ({ return (
setCurrentFile(index)} >
-
{filePath}
+
+ {filePath} +
);