🚸 (sheets) Better Get data settings UI
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import React, { ComponentProps } from 'react'
|
||||
import { ComponentProps } from 'react'
|
||||
import {
|
||||
Mjml,
|
||||
MjmlBody,
|
||||
@ -17,14 +17,6 @@ type ReachedChatsLimitEmailProps = {
|
||||
url: string
|
||||
}
|
||||
|
||||
const now = new Date()
|
||||
const firstDayOfNextMonth = new Date(now.getFullYear(), now.getMonth() + 1, 1)
|
||||
const readableResetDate = firstDayOfNextMonth
|
||||
.toDateString()
|
||||
.split(' ')
|
||||
.slice(1, 4)
|
||||
.join(' ')
|
||||
|
||||
export const ReachedChatsLimitEmail = ({
|
||||
chatsLimit,
|
||||
url,
|
||||
|
Reference in New Issue
Block a user