fix: module and cycle list page quick action (#4031)
This commit is contained in:
parent
165bec9aa4
commit
5aed04eb41
2 changed files with 2 additions and 2 deletions
|
|
@ -198,7 +198,7 @@ export const CyclesListItem: FC<TCyclesListItem> = observer((props) => {
|
|||
{renderDate && `${renderFormattedDate(startDate) ?? `_ _`} - ${renderFormattedDate(endDate) ?? `_ _`}`}
|
||||
</div>
|
||||
</div>
|
||||
<div className="relative flex w-full flex-shrink-0 items-center justify-between gap-2.5 overflow-hidden md:w-auto md:flex-shrink-0 md:justify-end">
|
||||
<div className="relative flex w-full flex-shrink-0 items-center justify-between gap-2.5 md:w-auto md:flex-shrink-0 md:justify-end">
|
||||
{currentCycle && (
|
||||
<div
|
||||
className="relative flex h-6 w-20 flex-shrink-0 items-center justify-center rounded-sm text-center text-xs"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue