@ -12,6 +12,6 @@ export const getPrepareTimeFormat = ({
time,
}: prepareTimeFormat) => (
isNeedFormatTimeChanged
? format(date, 'hh:mm aaa')
? format(date, 'h:mm aaa')
: time
)