Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mfts committed May 31, 2024
1 parent faa5cd0 commit 6ef3ed2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/view/viewer/excel-viewer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -228,9 +228,8 @@ export default function ExcelViewer({
<div className="" ref={hotRef}></div>
<div className="flex max-w-fit divide-x divide-gray-200 overflow-x-scroll whitespace-nowrap rounded-b-sm bg-[#f0f0f0] px-1 ">
{sheetData.map((sheet, index) => (
<div className="px-1">
<div className="px-1" key={sheet.sheetName}>
<Button
key={sheet.sheetName}
onClick={() => setSelectedSheetIndex(index)}
className={cn(
"mb-1 rounded-none rounded-b-sm bg-[#f0f0f0] font-normal text-gray-950 hover:bg-gray-50",
Expand Down

0 comments on commit 6ef3ed2

Please sign in to comment.