From 927556356ac16274640d6c19960df636ec0e5433 Mon Sep 17 00:00:00 2001 From: sadakchap Date: Tue, 31 Aug 2021 08:28:08 +0530 Subject: [PATCH 1/5] show pill pointer design for array of pointers --- src/components/BrowserCell/BrowserCell.react.js | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/components/BrowserCell/BrowserCell.react.js b/src/components/BrowserCell/BrowserCell.react.js index 29f399e3f..dee9a77c1 100644 --- a/src/components/BrowserCell/BrowserCell.react.js +++ b/src/components/BrowserCell/BrowserCell.react.js @@ -273,9 +273,13 @@ export default class BrowserCell extends Component { const object = new Parse.Object(v.className); object.id = v.objectId; array.push( - - - ); + + ); }); this.copyableValue = content =