this repo has no description
0
fork

Configure Feed

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

For debugging

+2
+2
src/utils/show-toast.js
··· 1 1 import Toastify from 'toastify-js'; 2 2 3 + window._showToast = showToast; 4 + 3 5 function showToast(props) { 4 6 if (typeof props === 'string') { 5 7 props = { text: props };