diff --git a/ts/components/conversation/TimerNotification.stories.tsx b/ts/components/conversation/TimerNotification.stories.tsx
index 3b19c9c298..dba47f63b7 100644
--- a/ts/components/conversation/TimerNotification.stories.tsx
+++ b/ts/components/conversation/TimerNotification.stories.tsx
@@ -103,3 +103,21 @@ export function SetBySync(args: Props): JSX.Element {
>
);
}
+
+export function SetByUnknownContact(args: Props): JSX.Element {
+ const props: Props = {
+ ...args,
+ disabled: false,
+ expireTimer: DurationInSeconds.fromHours(1),
+ type: 'fromMember',
+ title: 'Unknown contact',
+ };
+
+ return (
+ <>
+