mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-18 17:30:16 +01:00
👤 feat: zoom and rotate avatar (#3264)
This commit is contained in:
parent
a05e2c1dcc
commit
cd00df69bb
5 changed files with 170 additions and 140 deletions
|
|
@ -107,7 +107,7 @@ export const getFileType = (
|
|||
* @example
|
||||
* formatDate('2020-01-01T00:00:00.000Z') // '1 Jan 2020'
|
||||
*/
|
||||
export function formatDate(dateString) {
|
||||
export function formatDate(dateString: string) {
|
||||
const months = [
|
||||
'Jan',
|
||||
'Feb',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue