diff --git a/.github/workflows/deployBack.yml b/.github/workflows/deployBack.yml index aaccc38..c54bdc5 100644 --- a/.github/workflows/deployBack.yml +++ b/.github/workflows/deployBack.yml @@ -54,7 +54,9 @@ jobs: -X POST \ -d '{ "embeds": [{ + "title": "πŸš€ Deploy Back 성곡!", + "description": "**Branch**: `${{ github.ref }}`\n**Commit**: `${{ github.sha }}`\n🟒 μ„œλΉ„μŠ€κ°€ μ •μƒμ μœΌλ‘œ λ°°ν¬λ˜μ—ˆμŠ΅λ‹ˆλ‹€!", "color": 65353 }] @@ -67,9 +69,10 @@ jobs: -X POST \ -d '{ "embeds": [{ + "title": "❌ Deploy Back μ‹€νŒ¨!", + "description": "**Branch**: `${{ github.ref }}`\n**Commit**: `${{ github.sha }}`\nπŸ”΄ 배포 쀑 였λ₯˜κ°€ λ°œμƒν–ˆμŠ΅λ‹ˆλ‹€. 둜그λ₯Ό ν™•μΈν•˜μ„Έμš”.", "color": 16711680 }] }' ${{ secrets.DISCORD_WEBHOOK }} - diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index 10300fe..ea35122 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -103,7 +103,7 @@ function App() { } /> diff --git a/frontend/src/pages/admin/DetailManageStudent.jsx b/frontend/src/pages/admin/DetailManageStudent.jsx index 632aa59..dc5a7d5 100644 --- a/frontend/src/pages/admin/DetailManageStudent.jsx +++ b/frontend/src/pages/admin/DetailManageStudent.jsx @@ -59,13 +59,13 @@ const DetailManageStudent = () => { μΆœμ„ 관리 > )} - {student && ( + {student && student.id && (
{weekData.map((week, index) => (