diff options
| author | Ivan Chen <ivan@tagg.id> | 2021-07-08 17:42:17 -0400 |
|---|---|---|
| committer | Ivan Chen <ivan@tagg.id> | 2021-07-09 15:56:47 -0400 |
| commit | 8b3bb9164453498b78e497e4e8f3a5252b4159ea (patch) | |
| tree | 443bdfe51e24a9b460eed4367720ff33277e3f2f /src/components | |
| parent | 2c2921af0fc075482aa1a7d2064d24c4999497ca (diff) | |
Hook up navigation to custom category creation
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/moments/Moment.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/components/moments/Moment.tsx b/src/components/moments/Moment.tsx index a1621f2e..ca736b92 100644 --- a/src/components/moments/Moment.tsx +++ b/src/components/moments/Moment.tsx @@ -39,8 +39,6 @@ const Moment: React.FC<MomentProps> = ({ move, externalStyles, }) => { - const navigation = useNavigation(); - return ( <View style={[styles.container, externalStyles?.container]}> <View style={[styles.header, externalStyles?.header]}> |
