mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-01 19:32:42 +00:00
Fix typo
This commit is contained in:
@@ -33,7 +33,7 @@ const NotificationLookup = createClass({
|
|||||||
},
|
},
|
||||||
|
|
||||||
renderFoundNotification(){
|
renderFoundNotification(){
|
||||||
const notification = this.state.foundnotification;
|
const notification = this.state.foundNotification;
|
||||||
return <div className='foundNotification'>
|
return <div className='foundNotification'>
|
||||||
<dl>
|
<dl>
|
||||||
<dt>Key</dt>
|
<dt>Key</dt>
|
||||||
|
|||||||
Reference in New Issue
Block a user