this repo has no description
0
fork

Configure Feed

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

Switch to logged-in instance URL

+1 -5
+1 -5
src/pages/status.jsx
··· 583 583 }); 584 584 if (results.statuses.length) { 585 585 const status = results.statuses[0]; 586 - navigate( 587 - instance 588 - ? `/${instance}/s/${status.id}` 589 - : `/s/${status.id}`, 590 - ); 586 + navigate(`/s/${status.id}`); 591 587 } else { 592 588 throw new Error('No results'); 593 589 }