fix: events modal openreplay logo
This commit is contained in:
parent
93b20265f1
commit
a23cc54cb3
1 changed files with 1 additions and 1 deletions
|
|
@ -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 }` } />;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue