Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
IZUMI-Zu committed Dec 15, 2024
1 parent d4b18d3 commit d8c4b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SettingPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ const SettingPage = () => {
{process.env.EXPO_PUBLIC_COMMIT_HASH && (
<List.Item
title={t("settings.Commit Hash")}
description={process.env.EXPO_PUBLIC_COMMIT_HASH || "N/A"}
description={process.env.EXPO_PUBLIC_COMMIT_HASH.slice(0, 7)}
left={props => <List.Icon {...props} icon="git" />}
/>
)}
Expand Down

0 comments on commit d8c4b20

Please sign in to comment.