fix: getting rate

This commit is contained in:
オスカー、 2023-12-16 04:35:10 +09:00
parent d0a95f4eac
commit a2f0dc46ce
No known key found for this signature in database
GPG Key ID: B1EFBBF5C93FF78F

View File

@ -52,9 +52,9 @@ export const IndexSessionPage: React.VFC = () => {
<td>{score.data?.followersDelta ?? '...'}</td>
</tr>
<tr>
<td>{t('_missHai.rating')}</td>
<td>{session.data.rating}</td>
</tr>
<td>{t('_missHai.rating')}</td>
<td>{session?.rating ?? '...'}</td>
</tr>
</tbody>
</table>
</section>