diff options
Diffstat (limited to 'frontend/src/components/pages/home.js')
| -rw-r--r-- | frontend/src/components/pages/home.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/pages/home.js b/frontend/src/components/pages/home.js index 55e58a8..ba96904 100644 --- a/frontend/src/components/pages/home.js +++ b/frontend/src/components/pages/home.js | |||
| @@ -85,7 +85,7 @@ export default function Homepage(prop) { | |||
| 85 | titleDiv.appendChild(titleSpan) | 85 | titleDiv.appendChild(titleSpan) |
| 86 | e.insertBefore(titleDiv, e.firstChild) | 86 | e.insertBefore(titleDiv, e.firstChild) |
| 87 | }); | 87 | }); |
| 88 | }) | 88 | }, [token]) |
| 89 | 89 | ||
| 90 | const newsList = [ | 90 | const newsList = [ |
| 91 | { | 91 | { |