Skip to content

fix: LS26002468: forced strict equality check in row length - #2899

Merged
lucafoscili merged 1 commit into
developfrom
fix/forced-strict-equality
Sep 7, 2026
Merged

fix: LS26002468: forced strict equality check in row length#2899
lucafoscili merged 1 commit into
developfrom
fix/forced-strict-equality

Conversation

@zammarchi-smeup

Copy link
Copy Markdown
Collaborator

This pull request makes a small code style improvement in the KupDataTable component. The equality comparison in a condition is updated to use the strict equality operator for better type safety.

  • Changed the equality check in kup-data-table.tsx from == to === to enforce strict type comparison in the row cell value reset logic.

@lucafoscili
lucafoscili merged commit 48bb6c3 into develop Sep 7, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants