From ac92299778f195c55f6fa4f2c5d8bb21f1c2f131 Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Fri, 13 Jan 2023 16:39:48 -0500 Subject: [PATCH] Fix tests Signed-off-by: Sebastian Malton --- .../terminal-font-family/terminal-font-options.injectable.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/features/preferences/renderer/preference-items/terminal/terminal-font-family/terminal-font-options.injectable.tsx b/src/features/preferences/renderer/preference-items/terminal/terminal-font-family/terminal-font-options.injectable.tsx index 6f1933d4b4..b80902f21b 100644 --- a/src/features/preferences/renderer/preference-items/terminal/terminal-font-family/terminal-font-options.injectable.tsx +++ b/src/features/preferences/renderer/preference-items/terminal/terminal-font-family/terminal-font-options.injectable.tsx @@ -27,8 +27,8 @@ const terminalFontPreferenceModelInjectable = getInjectable({ return { options: computed(() => terminalFonts.map(font => ({ label: ( - - {font} + + {font.name} ), value: font.name,