Skip to content

Commit

Permalink
💚Fix: cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethen1264 committed Nov 12, 2024
1 parent d935240 commit e17eec0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/app/(page)/music/page.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
import Header from '@/components/common/Header';
import TableForm from '@/components/common/Table/Organisms/TableForm';

export default function Music() {
return (
<div>
{/* <Header /> */}
<TableForm />
</div>
);
Expand Down
2 changes: 1 addition & 1 deletion src/components/common/Table/atoms/Env/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';
import { State } from '@/assets/svg';

const Env = ({ value }: { value: string }) => {
const Env = ({ value: _ }: { value: string }) => {
return (
<div className="flex w-fit items-center gap-2 rounded-[39px] border-1 border-neutral-n20 px-3 py-1">
<State />
Expand Down

0 comments on commit e17eec0

Please sign in to comment.