Browse Source

update

tags/Baseline_30082024_FRONTEND_UAT
MSI\derek 1 year ago
parent
commit
40ae179fc7
2 changed files with 0 additions and 2 deletions
  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 View File

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

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


+ 0
- 1
src/components/EditTeam/EditTeamWrapper.tsx View File

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


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

const [ const [
staff, staff,
team, team,


Loading…
Cancel
Save