Unhandled Runtime Error
Error: Hydration failed because the initial UI does not match what was rendered on the server.
Warning: Expected server HTML to contain a matching <tr> in <table>.
See more info here: https://nextjs.org/docs/messages/react-hydration-error
table 태그와 tr 태그 사이에 tbody를 넣어주면 해결된다.