From 955d1a6a5890fd6d20976be539a9cdbfcd7aaefa Mon Sep 17 00:00:00 2001 From: Abi Raja Date: Tue, 9 Jan 2024 09:58:03 -0800 Subject: [PATCH] fix missing key --- frontend/src/components/OutputSettingsSection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/OutputSettingsSection.tsx b/frontend/src/components/OutputSettingsSection.tsx index 6dc39d4..c0acac9 100644 --- a/frontend/src/components/OutputSettingsSection.tsx +++ b/frontend/src/components/OutputSettingsSection.tsx @@ -53,7 +53,7 @@ function OutputSettingsSection({ {Object.values(Stack).map((stack) => ( - +
{generateDisplayComponent(stack)} {STACK_DESCRIPTIONS[stack].inBeta && (