Expanded new media module. Added network to channel site to fix actor glitch.
This commit is contained in:
@@ -5,7 +5,7 @@ function slugify(string, delimiter = '-', {
|
||||
limit = 1000,
|
||||
} = {}) {
|
||||
if (!string) {
|
||||
return '';
|
||||
return string;
|
||||
}
|
||||
|
||||
const slugComponents = string.trim().toLowerCase().match(/\w+/g);
|
||||
|
||||
Reference in New Issue
Block a user