Show toast when picking month for account statuses

This commit is contained in:
Lim Chee Aun 2023-10-31 08:47:19 +08:00
parent 33b989fffc
commit c67192bb81

View file

@ -345,6 +345,15 @@ function AccountStatuses() {
} }
: {}, : {},
); );
showToast(
`Showing posts in ${new Date(value).toLocaleString(
'default',
{
month: 'long',
year: 'numeric',
},
)}`,
);
}} }}
/> />
</label> </label>