Skip to content

Commit e9c2b09

Browse files
authored
Merge pull request #152 from part3-4team-Taskify/feature/Gnb
[Fix] NewDashboard: 불필요한 코드 제거
2 parents 9626a5c + e663219 commit e9c2b09

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/modal/NewDashboard.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ export default function NewDashboard({ onClose, onCreate }: NewDashboardProps) {
2525
const [loading, setLoading] = useState(false);
2626

2727
const colors = ["#7ac555", "#760DDE", "#FF9800", "#76A5EA", "#E876EA"];
28-
const token = localStorage.getItem("accessToken");
2928

3029
const handleSubmit = async () => {
3130
const payload = {

0 commit comments

Comments
 (0)