mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-30 11:02:38 +00:00
Remove unnecessary default option
This commit is contained in:
@@ -23,7 +23,7 @@ function LockNotification(props) {
|
||||
};
|
||||
|
||||
const renderReviewButton = function(){
|
||||
if(reviewState || props.lock.reviewRequested){ return <button className='inactive'>REVIEW REQUESTED</button>; };
|
||||
if(reviewState){ return <button className='inactive'>REVIEW REQUESTED</button>; };
|
||||
return <button onClick={removeLock}>REQUEST LOCK REMOVAL</button>;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user