Skip to content

Commit

Permalink
Merge pull request #211 from kilowatts-io/210-totals-screen-crashes-i…
Browse files Browse the repository at this point in the history
…n-production-on-web

210 totals screen crashes in production on web
  • Loading branch information
BenjaminWatts authored Feb 23, 2024
2 parents 76f8450 + ac93a43 commit 8f43ec2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions components/gb-live/version-info.web.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
// text compoment which renders version information from expo-updates
import React from "react";

const VersionInfo: React.FC = () => {
return null;
};

export default VersionInfo;

0 comments on commit 8f43ec2

Please sign in to comment.