Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
robertbasti committed Jan 21, 2025
1 parent 4591d17 commit 58e616a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ const DownloadOptionsSelectionModal = (
60 /
60 /
24;
const maxAvaivableSize = (1300 * step) / props.mnemonics.length;
const maxAvaivableSize = (1290 * step) / props.mnemonics.length;
setMaxSpan(maxAvaivableSize);
if (actualSize < maxAvaivableSize) {
return false;
Expand All @@ -268,7 +268,7 @@ const DownloadOptionsSelectionModal = (
return (
<ConfirmModal
heading={`Download log data for ${props.mnemonics.length} mnemonics`}
confirmDisabled={(isTimeLog && !isValidInterval) || tooBigInterval}
confirmDisabled={isTimeLog && (!isValidInterval || tooBigInterval)}
content={
<>
<span>
Expand Down

0 comments on commit 58e616a

Please sign in to comment.