Upgraded dependencies, bumped to Node 24.
This commit is contained in:
@@ -10,9 +10,11 @@ export default (pageContext) => {
|
||||
|
||||
if (matched) {
|
||||
return {
|
||||
routeParams: matched.params.actorId ? {
|
||||
actorId: matched.params.actorId,
|
||||
} : {},
|
||||
routeParams: matched.params.actorId
|
||||
? {
|
||||
actorId: matched.params.actorId,
|
||||
}
|
||||
: {},
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user