lint --fix

This commit is contained in:
Matias Arriola 2022-01-25 11:36:55 -03:00
parent dd8b40bf6d
commit ef9042623a

View File

@ -32,7 +32,7 @@ class RelationshipPivot {
private _onClickEvent: (event: MouseEvent) => void;
private _onTopicClick: (event: MouseEvent) => void;;
private _onTopicClick: (event: MouseEvent) => void;
private _sourceTopic: Topic;