Skip to content

Commit 8ec4172

Browse files
committed
fixup! feat(eap): Add Early Action Protocal form and views
1 parent 70e93f8 commit 8ec4172

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

app/src/components/Navbar/index.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,14 @@ function Navbar(props: Props) {
353353
>
354354
{strings.myDrefApplications}
355355
</DropdownMenuItem>
356+
<DropdownMenuItem
357+
type="link"
358+
to="accountMyFormsEap"
359+
styleVariant="action"
360+
withoutFullWidth
361+
>
362+
{strings.earlyActionProtocols}
363+
</DropdownMenuItem>
356364
</NavDropdownTabDetails>
357365
<NavDropdownTabDetails
358366
name="surge"

app/src/views/OldDrefFinalReportForm/Overview/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ import DistrictSearchMultiSelectInput, { type DistrictItem } from '#components/d
4141
import DrefShareModal from '#components/domain/DrefShareModal';
4242
import ImageWithCaptionInput from '#components/domain/ImageWithCaptionInput';
4343
import NationalSocietySelectInput from '#components/domain/NationalSocietySelectInput';
44+
import ShareUserItem from '#components/domain/ShareUserItem';
4445
import { type User } from '#components/domain/UserSearchMultiSelectInput';
4546
import Link from '#components/Link';
4647
import useCountry from '#hooks/domain/useCountry';
@@ -212,7 +213,7 @@ function Overview(props: Props) {
212213
>
213214
<RawList
214215
data={drefUsers}
215-
renderer={UserItem}
216+
renderer={ShareUserItem}
216217
keySelector={userKeySelector}
217218
rendererParams={userRendererParams}
218219
/>

0 commit comments

Comments
 (0)