mirror of
https://github.com/PeWu/topola-viewer.git
synced 2026-02-18 02:55:48 +00:00
minor code style update
This commit is contained in:
parent
9587edf92d
commit
ddad2f4469
@ -270,7 +270,7 @@ export class App extends React.Component<RouteComponentProps, {}> {
|
||||
: await loadFromUrl(url!, handleCors);
|
||||
|
||||
const software = getSoftware(data.gedcom.head);
|
||||
if (source == 'wikitree') {
|
||||
if (source === 'wikitree') {
|
||||
analyticsEvent('wikitree_loaded');
|
||||
} else {
|
||||
analyticsEvent(hash ? 'upload_file_loaded' : 'url_file_loaded', {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user