this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Make edited modal lighter

+1
+1
src/components/status.jsx
··· 1586 1586 </div> 1587 1587 {!!showEdited && ( 1588 1588 <Modal 1589 + class="light" 1589 1590 onClick={(e) => { 1590 1591 if (e.target === e.currentTarget) { 1591 1592 setShowEdited(false);