l-min-components 1.0.548 → 1.0.550

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.0.548",
3
+ "version": "1.0.550",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "src/assets",
@@ -260,7 +260,7 @@ const AccountDropdown = (props) => {
260
260
  <button
261
261
  onClick={() => {
262
262
  window.location.href =
263
- "https://559staging.learngual.com/auth/sign-up/developer/organization-details";
263
+ "https://559staging.learngual.com/auth/account-type";
264
264
  }}
265
265
  style={{ cursor: "pointer" }}
266
266
  >
@@ -85,7 +85,7 @@ const UserCard = ({ user, isOpen }) => {
85
85
  fontWeight: 700,
86
86
  fontSize: 15,
87
87
  }}
88
- >{`${organizationName}.`}</Handle>
88
+ >{`${organizationName? organizationName : ''}.`}</Handle>
89
89
  </UserDetail>
90
90
  </>
91
91
  )}