Skip to content

Commit

Permalink
[fix] テーブル構造の修正
Browse files Browse the repository at this point in the history
  • Loading branch information
TkymHrt committed Dec 2, 2024
1 parent e94e015 commit 89c0b13
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,10 +185,10 @@ export default function BudgetManagement() {
}`}
onClick={() => handleRowClick(item)}
>
<div className='flex justify-center gap-2 py-3'>
<td className='text-center text-primary-1 underline'>{item.name}</td>
<td className='flex justify-center gap-2 py-3'>
<div className='text-center text-primary-1 underline'>{item.name}</div>
<EditButton />
</div>
</td>

{showBudgetColumns && (
<>
Expand Down

0 comments on commit 89c0b13

Please sign in to comment.