refactor: refactor code

This commit is contained in:
RaktimaNXG
2024-06-24 16:08:52 +05:30
parent d85d76c8aa
commit 52b2cc6af4
3 changed files with 3 additions and 3 deletions
@@ -138,7 +138,7 @@ const EditTemplate = ({ template, onSuccess }) => {
{!isEnableSubscription && (
<PremiumAlertHeader
message={
"Disable Auto reminder is free in beta, this feature will incur a fee later."
"Auto reminder is free in beta, this feature will incur a fee later."
}
/>
)}
@@ -677,7 +677,7 @@ function PlaceholderType(props) {
className="w-full h-full"
/>
) : (
<div className="text-[11px] w-full h-full text-black flex flex-coljustify-center items-center">
<div className="text-[11px] w-full h-full text-black flex flex-col justify-center items-center">
{props?.handleUserName &&
props?.handleUserName(
props?.data?.Id,
+1 -1
View File
@@ -834,7 +834,7 @@ const Forms = (props) => {
{!isEnableSubscription && (
<PremiumAlertHeader
message={
"Disable Auto reminder is free in beta, this feature will incur a fee later."
"Auto reminder is free in beta, this feature will incur a fee later."
}
/>
)}