Fixed profile location interpolation. Generalizing ethnicity, hair color and eye color.
This commit is contained in:
@@ -4,7 +4,7 @@ function slugify(string, delimiter = '-', {
|
||||
encode = false,
|
||||
limit = 1000,
|
||||
} = {}) {
|
||||
if (!string) {
|
||||
if (!string || typeof string !== 'string') {
|
||||
return string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user