Translate dates and linkify texts in the details panel

This commit is contained in:
Przemek Wiech
2019-03-09 16:07:52 +01:00
parent f4f9bf70ea
commit ae7ba54723
3 changed files with 30 additions and 7 deletions

3
src/react-linkify.d.ts vendored Normal file
View File

@@ -0,0 +1,3 @@
declare module 'react-linkify' {
export default class Linkify extends React.Component<any, any> {}
}