From c11be0e3ec7345a2a9a95ffca07ab806a50924ea Mon Sep 17 00:00:00 2001 From: Elio Struyf Date: Mon, 11 Oct 2021 10:55:58 +0200 Subject: [PATCH] #143 - Fix for recent files unique values --- CHANGELOG.md | 1 + src/panelWebView/components/FileList.tsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93ec8cbd..1d1d829c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ - Rendered more hooks than during the previous render in `FileList` - [#142](https://github.com/estruyf/vscode-front-matter/issues/142): Fix for unknown tags where it throws an error +- [#143](https://github.com/estruyf/vscode-front-matter/issues/143): Fix for duplicate values in the file list ## [5.0.0] - 2021-10-07 - [Release Notes](https://beta.frontmatter.codes/updates/v5.0.0) diff --git a/src/panelWebView/components/FileList.tsx b/src/panelWebView/components/FileList.tsx index c0141f65..e1594cad 100644 --- a/src/panelWebView/components/FileList.tsx +++ b/src/panelWebView/components/FileList.tsx @@ -22,7 +22,7 @@ export const FileList: React.FunctionComponent = ({files, folder