Updated movie page

This commit is contained in:
Aleksi Lassila
2023-08-05 14:53:47 +03:00
parent 7f86bb07e9
commit 4bee7c2413
12 changed files with 477 additions and 162 deletions

View File

@@ -48,7 +48,7 @@ export function createModalProps(onClose: () => void, onBack?: () => void) {
return {
close,
back,
back: onBack ? back : undefined,
id
};
}