Skip to content

Commit

Permalink
chore : 교실이동뱃지
Browse files Browse the repository at this point in the history
chore : 교실이동뱃지
  • Loading branch information
phyuna0525 authored Jun 24, 2024
2 parents 9e27b7a + 313ad15 commit f33de90
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 === "" || class_name === "null" ? (
""
) : (
<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 f33de90

Please sign in to comment.