diff --git a/src/realm-settings/KeysListTab.tsx b/src/realm-settings/KeysListTab.tsx index b926fa5c49..d84163309e 100644 --- a/src/realm-settings/KeysListTab.tsx +++ b/src/realm-settings/KeysListTab.tsx @@ -189,4 +189,4 @@ export const KeysListTab = ({ keys, realmComponents, ...props }: KeysProps) => { {...props} /> ); -}; \ No newline at end of file +};