Remove pointer cursor when clicking on quote won't do anything
This commit is contained in:
parent
9ad55c803f
commit
c283ba1a12
3 changed files with 12 additions and 10 deletions
|
@ -173,6 +173,7 @@ export class Quote extends React.Component<Props, {}> {
|
|||
authorColor,
|
||||
'quote',
|
||||
isFromMe ? 'from-me' : null,
|
||||
!onClick ? 'no-click' : null,
|
||||
);
|
||||
|
||||
return (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue