Skip to content

Commit

Permalink
updating for lint
Browse files Browse the repository at this point in the history
  • Loading branch information
BSd3v committed Oct 3, 2024
1 parent 043dbc8 commit c395fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/fragments/AgGrid.react.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const xssMessage = (context) => {

const NO_CONVERT_PROPS = [...PASSTHRU_PROPS, ...PROPS_NOT_FOR_AG_GRID];

const dash_clientside = window.dash_clientside || {}
const dash_clientside = window.dash_clientside || {};

const agGridRefs = {};

Expand Down

0 comments on commit c395fb1

Please sign in to comment.