Skip to content

Commit a7cc42c

Browse files
committed
fix: Updated utils
BUILT APP
1 parent 7fa995e commit a7cc42c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/utils.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ export function cn(...inputs) {
66
}
77

88
export function isNullOrEmpty(str) {
9-
return !str || str.trim().length === 0;
9+
return !str;
1010
}

0 commit comments

Comments
 (0)