temporally removed missing calendar badge on event-types (#3889)
parent
d58bd02cab
commit
5206a37fe4
2
apps/api
2
apps/api
|
@ -1 +1 @@
|
|||
Subproject commit 181921f9c73c60de20c4a3f1cde9466e075e1201
|
||||
Subproject commit 0f13e80785cdb9286b32065cbf9a6ca5d20e746d
|
|
@ -1 +1 @@
|
|||
Subproject commit 3e84e0bac7a5419270e5c26249326c43c39e3dce
|
||||
Subproject commit fa31167033eaed3b0f78bc21f5b159b7cb4303f4
|
|
@ -93,11 +93,11 @@ const Item = ({
|
|||
{t("hidden") as string}
|
||||
</span>
|
||||
)}
|
||||
{!!isCalendarConnectedMissing && (
|
||||
{/* TODO: find a better way to do this !!isCalendarConnectedMissing && (
|
||||
<span className="rtl:mr-2inline items-center rounded-sm bg-red-100 px-1.5 py-0.5 text-xs font-medium text-red-800 ltr:ml-2">
|
||||
{t("missing_connected_calendar") as string}
|
||||
</span>
|
||||
)}
|
||||
)*/}
|
||||
{readOnly && (
|
||||
<span className="rtl:mr-2inline items-center rounded-sm bg-gray-100 px-1.5 py-0.5 text-xs font-medium text-gray-800 ltr:ml-2">
|
||||
{t("readonly") as string}
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 2dc5e212bca310142115925e45531ae36a2860b8
|
||||
Subproject commit 03dcb9b346d752ae862cd65ceba10fd1f869a3cb
|
Loading…
Reference in New Issue