changed no-tag state in Tile to isDefault

This commit is contained in:
mushka 2022-08-25 06:03:55 +03:00
parent 7b90fae579
commit 24c4a51fb3

View File

@ -598,8 +598,10 @@ class Tile extends React.PureComponent {
/>
) : (
<Tag
isDisabled
isDefault
label={t(RoomsTypeTranslations[item.roomType])}
onClick={selectTag}
// onClick={selectTag}
/>
)}
</div>