-
setActiveTab(1)} />
-
+
updateActiveTab(1)} />
+
-
setActiveTab(2)} />
-
+
updateActiveTab(2)} />
+
{relations && relations.map(i => {
@@ -219,14 +258,14 @@ export function OverlayItemProfile() {
: <>>
}
- {addButton &&
{ setAddItemPopupType("project"); scroll() }} color={item.color}>}
+ {addButton &&
{ setAddItemPopupType("project"); scroll() }} color={item.color}>}
-
setActiveTab(3)} />
-
+
updateActiveTab(3)} />
+
{relations && relations.map(i => {
@@ -260,13 +299,13 @@ export function OverlayItemProfile() {
: <>>
}
- {addButton &&
{ setAddItemPopupType("event"); scroll() }} color={item.color}>}
+ {addButton &&
{ setAddItemPopupType("event"); scroll() }} color={item.color}>}
-
setActiveTab(4)} />
-
+
updateActiveTab(4)} />
+
diff --git a/src/Components/Profile/OverlayItemProfileSettings.tsx b/src/Components/Profile/OverlayItemProfileSettings.tsx
index 2606554f..951347c0 100644
--- a/src/Components/Profile/OverlayItemProfileSettings.tsx
+++ b/src/Components/Profile/OverlayItemProfileSettings.tsx
@@ -107,7 +107,7 @@ export function OverlayItemProfileSettings() {
-
+
setName(v)} containerStyle='tw-grow tw-ml-6 tw-my-auto ' />
diff --git a/src/Components/Profile/OverlayProfile.tsx b/src/Components/Profile/OverlayProfile.tsx
index 22e2cb34..02746417 100644
--- a/src/Components/Profile/OverlayProfile.tsx
+++ b/src/Components/Profile/OverlayProfile.tsx
@@ -107,7 +107,8 @@ export function OverlayProfile() {
Offers
< div className='tw-flex tw-flex-wrap tw-mb-4'>
{
- offers.map(o =>
addFilterTag(o)} />)
+ offers.map(o => {console.log(o);
+ addFilterTag(o)}} />)
}
: ""
diff --git a/src/index.css b/src/index.css
index 315acc18..a5583f95 100644
--- a/src/index.css
+++ b/src/index.css
@@ -36,7 +36,7 @@
}
.Toastify__toast-container {
- z-index: 1999 !important;
+ z-index: 2001 !important;
}
.Toastify__toast-container--top-right {