l-min-components 1.7.1498 → 1.7.1500

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "l-min-components",
3
- "version": "1.7.1498",
3
+ "version": "1.7.1500",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "src/assets",
@@ -139,7 +139,7 @@ const AppMainLayout = ({ children }) => {
139
139
  currentUrl.includes(path)
140
140
  );
141
141
 
142
- if (!shouldSkipNavigation && defaultAccountType) {
142
+ if (!shouldSkipNavigation) {
143
143
  const urlContainsAccountType = currentUrl.includes(defaultAccountType);
144
144
 
145
145
  console.log(
@@ -472,7 +472,7 @@ const HeaderComponent = (props) => {
472
472
  window.location.pathname.includes("help") ? "active" : ""
473
473
  }
474
474
  >
475
- <QuestionMark /> {props?.findText("Helpa")}
475
+ <QuestionMark /> {props?.findText("Helps")}
476
476
  </a>
477
477
  </li>
478
478
  </Nav>