You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-15 11:01:52 +03:00
Auto-fix lint errors
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
|
||||
import React from 'react';
|
||||
|
||||
export default function({displayName = "StubComponent", render} = {}) {
|
||||
export default function({ displayName = "StubComponent", render } = {}) {
|
||||
if (!render) {
|
||||
render = function() {
|
||||
return <div>{ displayName }</div>;
|
||||
|
Reference in New Issue
Block a user