fix: events modal openreplay logo

This commit is contained in:
Shekar Siri 2021-05-17 23:18:11 +05:30
parent 93b20265f1
commit a23cc54cb3

View file

@ -46,7 +46,7 @@ export default class UserEvent extends React.PureComponent {
case STACKDRIVER:
return <JsonViewer title={ name } data={ payload } icon="integrations/stackdriver" />;
default:
return <JsonViewer title={ name } data={ payload } icon={ `integrations/${ source }-text` } />;
return <JsonViewer title={ name } data={ payload } icon={ `integrations/${ source }` } />;
}
}