Selaa lähdekoodia

update

tags/Baseline_30082024_FRONTEND_UAT
MSI\derek 1 vuosi sitten
vanhempi
commit
40ae179fc7
2 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa
  1. +0
    -1
      src/app/(main)/settings/team/edit/page.tsx
  2. +0
    -1
      src/components/EditTeam/EditTeamWrapper.tsx

+ 0
- 1
src/app/(main)/settings/team/edit/page.tsx Näytä tiedosto

@@ -13,7 +13,6 @@ const EditTeamPage: React.FC<searchParamsProps> = async ({
searchParams,
}) => {
const { t } = await getServerI18n("team");

return (
<>
<I18nProvider namespaces={["team", "common"]}>


+ 0
- 1
src/components/EditTeam/EditTeamWrapper.tsx Näytä tiedosto

@@ -15,7 +15,6 @@ interface Props {
}

const EditTeamWrapper: React.FC<Props> & SubComponents = async ({ id }) => {

const [
staff,
team,


Ladataan…
Peruuta
Tallenna