Fix missing key
This commit is contained in:
parent
1da4373335
commit
676bcc159d
|
@ -276,6 +276,7 @@ export function NotificationSettings(props: {
|
||||||
<Col className={clsx(expanded ? 'block' : 'hidden', 'gap-2 p-2')}>
|
<Col className={clsx(expanded ? 'block' : 'hidden', 'gap-2 p-2')}>
|
||||||
{subscriptionTypes.map((subType) => (
|
{subscriptionTypes.map((subType) => (
|
||||||
<NotificationSettingLine
|
<NotificationSettingLine
|
||||||
|
key={subType}
|
||||||
subscriptionTypeKey={subType as notification_preference}
|
subscriptionTypeKey={subType as notification_preference}
|
||||||
destinations={getUsersSavedPreference(
|
destinations={getUsersSavedPreference(
|
||||||
subType as notification_preference
|
subType as notification_preference
|
||||||
|
|
Loading…
Reference in New Issue
Block a user