mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-02-15 00:32:23 +00:00
fix: ?
This commit is contained in:
@@ -14,7 +14,10 @@ export const UserInfo: React.FC<Props> = ({ ...props }) => {
|
||||
const [api] = useAtom(apiAtom);
|
||||
const [user] = useAtom(userAtom);
|
||||
|
||||
const version = Application?.nativeApplicationVersion || "N/A";
|
||||
const version =
|
||||
Application?.nativeApplicationVersion ||
|
||||
Application?.nativeBuildVersion ||
|
||||
"N/A";
|
||||
|
||||
return (
|
||||
<View {...props}>
|
||||
|
||||
Reference in New Issue
Block a user