diff --git a/src/components/status.jsx b/src/components/status.jsx index 03f0e76a..595361ba 100644 --- a/src/components/status.jsx +++ b/src/components/status.jsx @@ -662,39 +662,40 @@ function Status({ )} {' '} - {size !== 'l' && uri ? ( - - {' '} - - {createdAtDate.toLocaleString()} - - - ) : ( - - {' '} - - {createdAtDate.toLocaleString()} - - - )} + {size !== 'l' && + (uri ? ( + + {' '} + + {createdAtDate.toLocaleString()} + + + ) : ( + + {' '} + + {createdAtDate.toLocaleString()} + + + ))}