mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Fix some tslint errors
I really need to get it running in my editor!
This commit is contained in:
@@ -171,7 +171,7 @@ export class Quote extends React.Component<Props, {}> {
|
||||
// We need the container to give us the flexibility to implement the iOS design.
|
||||
return (
|
||||
<div className="close-container">
|
||||
<div className="close-button" onClick={onClick}></div>
|
||||
<div className="close-button" onClick={onClick} />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user