Reformat code with Prettier's new rules.
This commit is contained in:
@@ -10,7 +10,7 @@ export const baseUrl = (path) => {
|
||||
export const shareUrl = (id) => {
|
||||
const url = new URL(
|
||||
baseUrl(config.publicBaseUrl + '/' + id),
|
||||
window.location.href
|
||||
window.location.href,
|
||||
)
|
||||
return url.href
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user