feat(web): Replicate albums view for sharing view (#2433)
* replicate album view for sharing view * Remove unused file * fix test * correct title
This commit is contained in:
@@ -14,7 +14,7 @@ export const load = (async ({ locals: { api, user } }) => {
|
||||
user,
|
||||
sharedAlbums,
|
||||
meta: {
|
||||
title: 'Albums'
|
||||
title: 'Sharing'
|
||||
}
|
||||
};
|
||||
} catch (e) {
|
||||
|
||||
Reference in New Issue
Block a user