Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
hyuna committed Jul 8, 2024
2 parents 6aed77c + f5e3a52 commit be5ff77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/list/afterManage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export const AfterList = ({
<div className=" whitespace-nowrap min-w-fit gap-2 items-center flex justify-between w-full rounded-lg">
<div className=" flex whitespace-nowrap gap-2 items-center justify-between">
<div className=" text-sub-title4-M">{name}</div>
{class_name === "" || class_name === "null" ? (
{class_name === "" ? (
""
) : (
<div className=" border border-primary-400 px-2 py-1 rounded-2xl bg-primary-400 text-body3 text-white">
Expand Down

0 comments on commit be5ff77

Please sign in to comment.