Skip to content

Commit

Permalink
Merge pull request #355 from Chaem03/feature/#349
Browse files Browse the repository at this point in the history
🎨 Design: 디자인 랜덤루틴 페이지  수정
  • Loading branch information
Chaem03 authored Aug 5, 2024
2 parents 2abf217 + bd9a525 commit c4e8edb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions src/assets/actor.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions src/assets/k-pop.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions src/assets/pop.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/pages/RandomDice/RandomDice.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export const RandomDice = () => {
};

const textColor = !showContent ? "black" : "white";
const contentArray = data.content.split("-");
const contentArray = (data.content || "").split("-");
console.log("contentArray", contentArray);
contentArray.shift();
return (
Expand Down

0 comments on commit c4e8edb

Please sign in to comment.