content notification read working
This commit is contained in:
parent
ffb8252808
commit
94c5737245
21 changed files with 317 additions and 163 deletions
|
|
@ -6,6 +6,10 @@ function toPascalCase(string) {
|
|||
});
|
||||
}
|
||||
|
||||
const StringUtils = { toPascalCase };
|
||||
function urlToPath(url) {
|
||||
return url.replace(window.location.origin, "");
|
||||
}
|
||||
|
||||
const StringUtils = { toPascalCase, urlToPath };
|
||||
|
||||
export default StringUtils;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue