temporally removed missing calendar badge on event-types (#3889)

This commit is contained in:
Peer Richelsen 2022-08-17 21:51:45 +02:00 committed by GitHub
parent d58bd02cab
commit 5206a37fe4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

@ -1 +1 @@
Subproject commit 181921f9c73c60de20c4a3f1cde9466e075e1201
Subproject commit 0f13e80785cdb9286b32065cbf9a6ca5d20e746d

@ -1 +1 @@
Subproject commit 3e84e0bac7a5419270e5c26249326c43c39e3dce
Subproject commit fa31167033eaed3b0f78bc21f5b159b7cb4303f4

View File

@ -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