forked from github/plane
[WEB-1182] style: fix inbox state filter title. (#4399)
This commit is contained in:
parent
1cbbddb1be
commit
760063ec75
@ -21,7 +21,7 @@ export const InboxIssueAppliedFiltersState: FC = observer(() => {
|
|||||||
if (filteredValues.length === 0) return <></>;
|
if (filteredValues.length === 0) return <></>;
|
||||||
return (
|
return (
|
||||||
<div className="relative flex flex-wrap items-center gap-2 rounded-md border border-custom-border-200 px-2 py-1">
|
<div className="relative flex flex-wrap items-center gap-2 rounded-md border border-custom-border-200 px-2 py-1">
|
||||||
<div className="text-xs text-custom-text-200">Status</div>
|
<div className="text-xs text-custom-text-200">State</div>
|
||||||
{filteredValues.map((value) => {
|
{filteredValues.map((value) => {
|
||||||
const optionDetail = currentOptionDetail(value);
|
const optionDetail = currentOptionDetail(value);
|
||||||
if (!optionDetail) return <></>;
|
if (!optionDetail) return <></>;
|
||||||
|
Loading…
Reference in New Issue
Block a user