diff --git a/frontend/src/components/Toast.tsx b/frontend/src/components/Toast.tsx index 13d12f58..e40d1d22 100644 --- a/frontend/src/components/Toast.tsx +++ b/frontend/src/components/Toast.tsx @@ -78,7 +78,9 @@ const GamepadUIQAMToast: FC = memo(({ toast }) => { )} -
{toast.title}
+
+ {toast.fullTemplateTitle || toast.title} +
{toast.body}
{/* TODO support NewIndicator */}