Skip to content

Commit

Permalink
chore: Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Al-Dani committed Aug 11, 2023
1 parent 4adc81c commit b9d77f3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/table/internal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,12 @@ const InternalTable = React.forwardRef(
className={clsx(styles['header-controls'], styles[`variant-${computedVariant}`])}
>
<CollectionLabelContext.Provider value={{ assignId: setHeaderRef }}>
<ToolsHeader header={header} filter={filter} pagination={pagination} preferences={preferences} />
<ToolsHeader
header={header}
filter={filter}
pagination={pagination}
preferences={preferences}
/>
</CollectionLabelContext.Provider>
</div>
</div>
Expand Down

0 comments on commit b9d77f3

Please sign in to comment.