Skip to content

Commit

Permalink
Add Product Model Validation
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrho committed Oct 4, 2024
1 parent 27f1ca1 commit 06109b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion jccm/src/Frontend/Layout/DeviceModels.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ export default () => {
flexDirection: 'row',
gap: '50px',
paddingLeft: '10px',
alignItems: 'center',
}}
>
{Object.entries(deviceModelsInType).map(
Expand All @@ -235,7 +236,9 @@ export default () => {
style={{
flex: 1,
display: 'flex',
flexDirection: 'row',
gap: '5px',
alignItems: 'center',
}}
>
<div
Expand All @@ -249,7 +252,6 @@ export default () => {
border: `0.5px solid ${tokens.colorNeutralStroke1}`,
borderRadius: '50px',
textAlign: 'center',
marginBottom: '5px',
fontSize: '10px',
}}
>
Expand Down

0 comments on commit 06109b6

Please sign in to comment.