der tenant admin hat eine neue, mobil unterstützende UI, login redirect funktioniert, typescript fehler wurden bereinigt. Neue Blog Posts von ChatGPT eingebaut, übersetzt von Gemini 2.5
This commit is contained in:
@@ -41,7 +41,7 @@ export type EmotionsSectionProps = {
|
||||
embedded?: boolean;
|
||||
};
|
||||
|
||||
export function EmotionsSection({ embedded = false }: EmotionsSectionProps): JSX.Element {
|
||||
export function EmotionsSection({ embedded = false }: EmotionsSectionProps) {
|
||||
const { t, i18n } = useTranslation('management');
|
||||
|
||||
const [emotions, setEmotions] = React.useState<TenantEmotion[]>([]);
|
||||
@@ -191,7 +191,7 @@ export function EmotionsSection({ embedded = false }: EmotionsSectionProps): JSX
|
||||
);
|
||||
}
|
||||
|
||||
export default function EmotionsPage(): JSX.Element {
|
||||
export default function EmotionsPage() {
|
||||
const { t } = useTranslation('management');
|
||||
return (
|
||||
<AdminLayout title={t('emotions.title')} subtitle={t('emotions.subtitle')}>
|
||||
|
||||
Reference in New Issue
Block a user