l-min-components 1.0.242 → 1.0.246

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.242",
3
+ "version": "1.0.246",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "src/assets",
@@ -132,7 +132,7 @@ const AccountDropdown = (props) => {
132
132
  <AccountDropdownBody>
133
133
  {/* {props.apiAccountType === `${props.accountType}` && ( */}
134
134
 
135
- {personalAccountData?.length > 0 && (
135
+ {/* {personalAccountData?.length > 0 && (
136
136
  <div>
137
137
  <h3>Personal account</h3>
138
138
  {personalAccountData?.map((personalItem, idx) => (
@@ -161,7 +161,7 @@ const AccountDropdown = (props) => {
161
161
  </div>
162
162
  ))}
163
163
  </div>
164
- )}
164
+ )} */}
165
165
  {developerAccountData.length > 0 && (
166
166
  <div>
167
167
  <h3>Developer account</h3>