diff --git a/site/src/components/RuntimeErrorState/createCtas.tsx b/site/src/components/RuntimeErrorState/createCtas.tsx index 977c46eab6994..5314441166892 100644 --- a/site/src/components/RuntimeErrorState/createCtas.tsx +++ b/site/src/components/RuntimeErrorState/createCtas.tsx @@ -48,9 +48,10 @@ const ReloadAppButton = (): ReactElement => { * createCtas generates an array of buttons to be used with our error boundary UI */ export const createCtas = (codeBlock: string[]): ReactElement[] => { - // REMARK: we don't have to worry about key order changing - // eslint-disable-next-line react/jsx-key - return [, ] + return [ + , + , + ] } const useStyles = makeStyles((theme) => ({