added breadcrumb to some pages in full account type

This commit was merged in pull request #622.
This commit is contained in:
victorAnumudu
2024-03-07 16:51:24 +01:00
parent 01bf8a4c52
commit a9cf3c9d22
4 changed files with 29 additions and 5 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ export default function MainSection({
);
const [tab, setTab] = useState(Object.keys(marketCategories)[0]);
let [contentDisplay, setContentDisplay] = useState("grid"); // STATE TO HOLD LIST VIEW STYLE
let [contentDisplay, setContentDisplay] = useState("list"); // STATE TO HOLD LIST VIEW STYLE
// Convert to array in order to map
const mappedArray = Object.entries(marketCategories).map(([key, value]) => {