Merged PR 596: 第一階層のshortage(-)が赤字となる

## 概要
[Task3169: 第一階層のshortage(-)が赤字となる](https://paruru.nds-tyo.co.jp:8443/tfs/ReciproCollection/fa4924a4-d079-4fab-9fb5-a9a11eb205f0/_workitems/edit/3169)

- 何をどう変更したか、追加したライブラリなど
 第一階層のshotage"-"が赤文字にならないよう修正

## 動作確認状況
- ローカルで確認

## 補足
- 相談、参考資料などがあれば
This commit is contained in:
水本 祐希 2023-11-29 06:06:04 +00:00
parent c3750e3c1c
commit cc36b806c5

View File

@ -387,7 +387,8 @@ const PartnerLicense: React.FC = (): JSX.Element => {
<td>
<span
className={
ownPartnerLicenseInfo.shortage > 0
ownPartnerLicenseInfo.shortage > 0 &&
ownPartnerLicenseInfo.tier !== 1
? styles.isAlert
: ""
}