mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
UI Formatting Cleanup
This commit is contained in:
@@ -27,7 +27,7 @@ class UpdateChanges extends Component {
|
||||
<li key={index}>
|
||||
{change}
|
||||
</li>
|
||||
)
|
||||
);
|
||||
})
|
||||
}
|
||||
</ul>
|
||||
@@ -42,4 +42,4 @@ UpdateChanges.propTypes = {
|
||||
changes: PropTypes.arrayOf(PropTypes.string)
|
||||
};
|
||||
|
||||
export default UpdateChanges
|
||||
export default UpdateChanges;
|
||||
|
||||
Reference in New Issue
Block a user