Skip to content

Commit

Permalink
fix: Updated utils
Browse files Browse the repository at this point in the history
BUILT APP
  • Loading branch information
MahdiyarGHD committed Jul 3, 2024
1 parent 7fa995e commit a7cc42c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/utils.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ export function cn(...inputs) {
}

export function isNullOrEmpty(str) {
return !str || str.trim().length === 0;
return !str;
}

0 comments on commit a7cc42c

Please sign in to comment.