scholarsmate commented on code in PR #728:
URL: https://github.com/apache/daffodil-vscode/pull/728#discussion_r1283638127


##########
src/svelte/src/components/DataMetrics/ByteFrequencyGraph.svelte:
##########
@@ -324,8 +326,8 @@ limitations under the License.
           >  End Offset:
           <Input
             id="end-offset-input"
-            placeholder={endOffset}
-            value={endOffset}
+            placeholder={endOffset.toString()}
+            value={endOffset.toString()}

Review Comment:
   Again, toString needs the address radix.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to