Screenity
{videos &&
videos.map(({ title, id, createdAt }) => (
))}
{isLoading ? (
<>
>
) : null}
{videos && videos?.length <= 0 ? (
You do not have any recordings.
) : null}