mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 12:54:38 +03:00
fix studio-details classname typo (#1907)
This commit is contained in:
@@ -170,7 +170,7 @@ const StudioPage: React.FC<IProps> = ({ studio }) => {
|
||||
|
||||
return (
|
||||
<div className="row">
|
||||
<div className="studio-detils col-md-4">
|
||||
<div className="studio-details col-md-4">
|
||||
<div className="text-center">
|
||||
{imageEncoding ? (
|
||||
<LoadingIndicator message="Encoding image..." />
|
||||
|
||||
Reference in New Issue
Block a user