Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinSilvester committed Apr 1, 2024
1 parent 5be1e21 commit 7c22d68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/routes/MoviePage/PageContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Pill from '@comp/Pill'

const PageContent: React.FC<{ movie: ApiResponse['movie']; isFetched: boolean }> = ({ movie, isFetched }) => {
const runtime = movie?.runtime ? `${Math.floor(movie?.runtime / 60)}h ${movie?.runtime % 60}m` : ''

return (
<section className='my-6 bg-white dark:bg-custom-navy-500 rounded-md shadow-md dark:shadow-none p-4 lg:!w-96'>
<div aria-label='Plot Section' className=''>
Expand Down

0 comments on commit 7c22d68

Please sign in to comment.