Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
KaelWD committed Feb 4, 2025
1 parent d06119b commit ff0a982
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ export const VDataTableVirtual = genericComponent<new <T extends readonly any[],
)}
{ slots.thead?.(slotProps.value) }
{ !props.hideDefaultBody && (
<tbody>
<tbody key="tbody">
<tr ref={ markerRef } style={{ height: convertToUnit(paddingTop.value), border: 0 }}>
<td colspan={ columns.value.length } style={{ height: 0, border: 0 }}></td>
</tr>
Expand Down

0 comments on commit ff0a982

Please sign in to comment.