Lucas/t 366 on comment drawer when i have comments on the selected (#201)
* Fixed right drawer width and shared in theme * Added date packages and tooltip * Added date utils and tests * Added comment thread components * Fixed comment chip * Fix from rebase * Fix from rebase * Fix margin right * Fixed CSS and graphql
This commit is contained in:
3
front/src/modules/utils/logs/logError.ts
Normal file
3
front/src/modules/utils/logs/logError.ts
Normal file
@ -0,0 +1,3 @@
|
||||
export function logError(message: any) {
|
||||
console.error(message);
|
||||
}
|
||||
Reference in New Issue
Block a user