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