mirror of
https://github.com/coaidev/coai.git
synced 2025-05-30 02:10:25 +09:00
fix
This commit is contained in:
parent
74be9cb54d
commit
c6966e927b
@ -375,7 +375,7 @@
|
||||
}
|
||||
|
||||
.input-options {
|
||||
margin: 6px auto 2px;
|
||||
margin: 6px auto -2px;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
|
@ -185,7 +185,7 @@ function Subscription() {
|
||||
GPT-4
|
||||
<div className={`grow`} />
|
||||
<div className={`sub-value`}>
|
||||
<p>{ usage.gpt4 }</p> / <p> 50 </p>
|
||||
<p>{ usage?.gpt4 }</p> / <p> 50 </p>
|
||||
</div>
|
||||
</div>
|
||||
<div className={`sub-column`}>
|
||||
@ -193,7 +193,7 @@ function Subscription() {
|
||||
DALL-E
|
||||
<div className={`grow`} />
|
||||
<div className={`sub-value`}>
|
||||
<p>{ usage.dalle }</p> / <p> 2000 </p>
|
||||
<p>{ usage?.dalle }</p> / <p> 2000 </p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user