Merged PR 355: NO LISENCEの場合にlicenseDeallocationが活性状態となる
## 概要 [Task2491: NO LISENCEの場合にlicenseDeallocationが活性状態となる](https://paruru.nds-tyo.co.jp:8443/tfs/ReciproCollection/fa4924a4-d079-4fab-9fb5-a9a11eb205f0/_workitems/edit/2491) - 元PBI or タスクへのリンク(内容・目的などはそちらにあるはず) - 何をどう変更したか、追加したライブラリなど - licenseDeallocationの活性条件が逆だったのを修正しました。 ×:ステータスがNO LICENSE以外の場合非活性 ○:ステータスがNO LICENSEの場合非活性 - このPull Requestでの対象/対象外 - 影響範囲(他の機能にも影響があるか) ## レビューポイント - 特にレビューしてほしい箇所 - 軽微なものや自明なものは記載不要 - 修正範囲が大きい場合などに記載 - 全体的にや仕様を満たしているか等は本当に必要な時のみ記載 - 特にありません ## UIの変更 - 特にありません ## 動作確認状況 - ローカルで確認 ## 補足 - 相談、参考資料などがあれば
This commit is contained in:
parent
0fd1ff2b6a
commit
c10c8e8e8e
@ -218,7 +218,7 @@ const UserListPage: React.FC = (): JSX.Element => {
|
|||||||
{/* eslint-disable-next-line jsx-a11y/click-events-have-key-events,jsx-a11y/no-static-element-interactions */}
|
{/* eslint-disable-next-line jsx-a11y/click-events-have-key-events,jsx-a11y/no-static-element-interactions */}
|
||||||
<a
|
<a
|
||||||
className={
|
className={
|
||||||
user.licenseStatus !==
|
user.licenseStatus ===
|
||||||
LICENSE_STATUS.NOLICENSE
|
LICENSE_STATUS.NOLICENSE
|
||||||
? styles.isDisable
|
? styles.isDisable
|
||||||
: ""
|
: ""
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user