Skip to content

Commit

Permalink
clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
martastain committed Jan 31, 2024
1 parent 059d97d commit 0d3317a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/containers/AddonList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ const AddonList = ({
emptyMessage={isError ? `WARNING: No bundle set to ${variant}` : 'No addons found'}
>
<Column field="title" header="Addon" />
<Column field="version" header="Version" style={{ maxWidth: 80 }} />
<Column field="version" header="Version" style={{ maxWidth: 110 }} />
</DataTable>
</TablePanel>
</Section>
Expand Down
1 change: 0 additions & 1 deletion src/containers/AddonSettings/SettingsChangesTable.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ const SettingsChangesTable = ({ changes, onRevert }) => {
command: () => {
const result = {}
for (const addonKey in changes) {
console.log('Checking', addonKey)
for (const change of changes[addonKey]) {
const key = `${addonKey}|${change.join('|')}`
if (key in selectedKeys) {
Expand Down

0 comments on commit 0d3317a

Please sign in to comment.