Update src/realm-settings/KeysListTab.tsx

Co-authored-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
This commit is contained in:
Jenny 2021-05-18 08:26:25 -04:00 committed by jenny-s51
parent ae18cee673
commit 7c20226022

View file

@ -172,11 +172,6 @@ type KeysProps = {
};
export const KeysListTab = ({ keys, realmComponents, ...props }: KeysProps) => {
console.log("components", realmComponents);
console.log(
realmComponents.forEach((component) => console.log(component.name))
);
return (
<KeysTabInner
keys={keys?.map((key) => {