diff --git a/src/App.module.css b/src/App.module.css
index c97f94e..97f1344 100644
--- a/src/App.module.css
+++ b/src/App.module.css
@@ -25,10 +25,6 @@
width: 20%;
}
-/* .sidebarList {
- margin-top: 1em;
-} */
-
.sidebarList h4 {
padding: 0;
margin: 0.5em;
@@ -43,7 +39,6 @@
height: 70px;
padding: 0;
margin: 0;
- /* border: 1px solid var(--colors-grey200) */
}
/* main area */
@@ -53,7 +48,7 @@
margin: 0.1em;
}
-/* keys */
+/* --- keys */
.keysTable {
margin-top: 10px;
@@ -108,14 +103,11 @@
.toolbar {
margin-top: 5px;
height: 70px;
- /* border: 1px solid var(--colors-grey200) */
display: flex;
flex-direction: row;
- /* align-content: center; */
}
.toolbar button {
- /* border: none; */
align-self: center;
margin: 0 0 0 15px;
}
diff --git a/src/App.test.tsx b/src/App.test.tsx
deleted file mode 100644
index e1dbed0..0000000
--- a/src/App.test.tsx
+++ /dev/null
@@ -1,21 +0,0 @@
-import { CustomDataProvider } from '@dhis2/app-runtime'
-import React from 'react'
-import { createRoot } from 'react-dom/client'
-import App from './App'
-
-it('renders without crashing', () => {
- const container = document.createElement('div')
-
- const data = {
- resource: 'test',
- }
-
- const root = createRoot(container)
- root.render(
-
{i18n.t( - `Are you sure you want to delete '${deleteKey}' in ${namespace}?` + `Are you sure you want to delete '${selectedKey}' in ${namespace}?` )}
{deleteNamespace && ( diff --git a/src/components/sidebar/sidebar.tsx b/src/components/sidebar/sidebar.tsx index 1600532..ffde4db 100644 --- a/src/components/sidebar/sidebar.tsx +++ b/src/components/sidebar/sidebar.tsx @@ -23,7 +23,6 @@ const Sidebar = () => { handleChange={handleDataStoreSelect} />