Update src/realm-settings/KeysListTab.tsx
Co-authored-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
This commit is contained in:
parent
ae18cee673
commit
7c20226022
1 changed files with 0 additions and 5 deletions
|
@ -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) => {
|
||||
|
|
Loading…
Reference in a new issue