diff --git a/app/view/objectStore/objectStoreDisplay.tsx b/app/view/objectStore/objectStoreDisplay.tsx
index a2aaf10..d778d06 100644
--- a/app/view/objectStore/objectStoreDisplay.tsx
+++ b/app/view/objectStore/objectStoreDisplay.tsx
@@ -16,8 +16,8 @@ export default function ObjectStoreDisplay({idbRequest, deleteObjectStore}: {idb
const indexOrder = [... keys, ...indexes]; // Eventually can possibly be rearranged by the user to whatever they pick
- const headings = indexOrder.map(index =>
{index}
)
- headings.push(
Option
)
+ const headings = indexOrder.map(index =>
{index}
)
+ headings.push(
Option
)
const recordRows = data.map(record => ) // bug if record has 2 indexes same data (will cause same keys)#=
@@ -139,8 +139,8 @@ export default function ObjectStoreDisplay({idbRequest, deleteObjectStore}: {idb
deleteObjectStore((idbRequest.source as IDBObjectStore).name)}/>