Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaslagoni committed Jan 17, 2024
1 parent cf459b0 commit 1a683f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/src/containers/Sidebar/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ const OperationsList: React.FunctionComponent = () => {
const version = specV.localeCompare('2.6.0', undefined, { numeric: true });
let label: string = '';
if (version === 0) {
//old version uses different labels for the operations
// old version uses different labels for the operations
const operationChannels = operationChannel.all();
const channelAddress = operationChannels[0]?.address();
label = operation.hasSummary()
Expand Down

0 comments on commit 1a683f3

Please sign in to comment.