diff --git a/addons/notes/src/register.tsx b/addons/notes/src/register.tsx
index 0e56ab83ae1a..a5c6c0bf896a 100644
--- a/addons/notes/src/register.tsx
+++ b/addons/notes/src/register.tsx
@@ -13,7 +13,7 @@ export default function register(type: types) {
title: 'Notes',
route: ({ storyId }) => `/info/${storyId}`, // todo add type
match: ({ viewMode }) => viewMode === 'info', // todo add type
- render: ({ active }) => ,
+ render: ({ active, key }) => ,
paramKey: PARAM_KEY,
});
});