Browse Source

:art: formatting

visuddhinanda 3 years ago
parent
commit
eae291d4d3
1 changed files with 0 additions and 1 deletions
  1. 0 1
      dashboard/src/components/share/ShareModal.tsx

+ 0 - 1
dashboard/src/components/share/ShareModal.tsx

@@ -9,7 +9,6 @@ interface IWidget {
 }
 const Widget = ({ resId, resType, trigger }: IWidget) => {
   const [isModalOpen, setIsModalOpen] = useState(false);
-
   const showModal = () => {
     setIsModalOpen(true);
   };