Explorar o código

BugFix for ShowStaffCredit

Yuki Takei %!s(int64=5) %!d(string=hai) anos
pai
achega
3ccae602f0

+ 1 - 1
src/client/js/components/Hotkeys/Subscribers/ShowStaffCredit.jsx

@@ -5,7 +5,7 @@ import StaffCredit from '../../StaffCredit/StaffCredit';
 
 const ShowStaffCredit = (props) => {
 
-  return <StaffCredit onClose={() => props.onDeleteRender(this)} />;
+  return <StaffCredit onClosed={() => props.onDeleteRender(this)} />;
 
 };