From d65db5afbf430d7153a0aa5701f56ecf284881e3 Mon Sep 17 00:00:00 2001 From: Keith Cuniah <88380932+keithCuniah@users.noreply.github.com> Date: Tue, 24 Jan 2023 14:28:15 +0100 Subject: [PATCH] fix(Client): formatting caused offset in prediction (#2241) # Description The formatting cause an offset in the prediction. This is due of formatting ![image](https://user-images.githubusercontent.com/88380932/214285264-13190838-3458-4fb6-a9ac-ced64247ac4e.png) **Type of change** Please delete options that are not relevant. - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] Documentation update **How Has This Been Tested** Please describe the tests that you ran to verify your changes. And ideally reference `tests`. - [x] Token Classification **Checklist** - [x] I have merged the original branch into my forked branch - N/A I added relevant documentation - N/A follows the style guidelines of this project - N/A I did a self-review of my code - N/A I added comments to my code - N/A I made corresponding changes to the documentation - [x] My changes generate no new warnings - N/A I have added tests that prove my fix is effective or that my feature works Co-authored-by: keithCuniah --- .../components/token-classifier/results/TextSpanStatic.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/components/token-classifier/results/TextSpanStatic.vue b/frontend/components/token-classifier/results/TextSpanStatic.vue index 1b5fa2a65b..fa55d41c41 100755 --- a/frontend/components/token-classifier/results/TextSpanStatic.vue +++ b/frontend/components/token-classifier/results/TextSpanStatic.vue @@ -27,8 +27,8 @@ :datasetName="datasetName" :record="record" /> - - +