Remove unused prop

This commit is contained in:
Jackson Harper
2022-04-08 20:50:53 -07:00
parent a9988d4706
commit 0998048163

View File

@ -158,7 +158,6 @@ export default function Home(): JSX.Element {
>
<ArticleActionsMenu
layout='vertical'
userPreferences={preferencesData}
articleActionHandler={actionHandler}
/>
</VStack>