0
0
Fork 0

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> <td>{score.data?.followersDelta ?? '...'}</td>
</tr> </tr>
<tr> <tr>
<td>{t('_missHai.rating')}</td> <td>{t('_missHai.rating')}</td>
<td>{session.data.rating}</td> <td>{session?.rating ?? '...'}</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
</section> </section>