Skip to content

Commit

Permalink
Formatting fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
chinmoy-g committed Aug 30, 2022
1 parent bcaff38 commit e047545
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion packages/ds-component/_bundles/dscc.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion packages/ds-component/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@ const objectFormatTable = (message: Message): ObjectTables => {
const tableFormatTable = (message: Message): Tables => {
const fieldsBy: FieldsByConfigId = fieldsByConfigId(message);
const configIds = flattenConfigIds(message);

const configIdIdx: {[configId: string]: number} = {};
const headers: RowHeading[] = configIds.map(
(configId: string): RowHeading => {
Expand Down

0 comments on commit e047545

Please sign in to comment.